A chess platform for collaborative teaching with python 3.7.7 and pygame 1.9.6
- __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
```
'pip install pygame'
