ChessProject is a simple python implementation of chess.
git clone git@github.com:HumanFace/ChessProject.git
cd ChessProject
::skip the next line if you already have pygame installed
pip install pygame --user
python main.py
Mouse-clickable UI
Somewhat simplified traditional chess rules. The game ends when one of the kings is captured.
- Design: Ad Furdova
- Front-end: Daniel Josef
- Back-end: Adnan Al Ali