A Chess program made in Python using Pygame library with emphasis on Object Oriented Programming and Design.
Note : It is still a work in progress
- Clone/Download the source code
- Create a virtual environment
- Install dependencies
pip install -r requirements.txt
- Run game
python game.py