This is a GUI for playing chess. It based on pygame, and python-chess. It's not feature-rich yet, but has all you need to play chess easily
- Clone this repo with
git clone
cd
to project folder, and install all required libraries by
$ pip install -r doc/requirements.txt
- Now you should be able to just run the main.py