Skip to content

shashirama/Chess

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Board

chess

A chess platform for collaborative teaching with python 3.7.7 and pygame 1.9.6

Setup

Create and Activate an Environment

- __Linux__ or __Mac__: 
```
conda create -n chess python=3
source activate chess
```[image_0]: ./misc/Chess.png

2

- __Windows__: 
```
conda create --name chess python=3
activate chess
```

Install Pygame from Within chess Environment

'pip install pygame'

About

chess with python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%