Chess, written in python using tkinter. Inspired by chess.com.
Demo.mp4
- Clone repo
git clone [email protected]:SurferSamuel/Chess.git
- Install packages
Tkinter (GUI Toolkit):
pip install tk
Pillow (Python Imaging Library):
pip install pillow
- Run
chess.py
07/06/2021
: Started project09/07/2021
: Finished project08/05/2024
: Project uploaded to Github
The full history can be found in the documentation here.