Chess game done in Python (PyGame).
Run pip install -r requirements.txt
to install the PyGame dependency.
To run the game, invoke python chess
from the terminal.
Press Esc
to quit the game.
PyChess is licensed under the GNU General Public license version 3. See the LICENSE file for more details.