A simple chess game
"Let's make a chess game. How hard could it be?", I thought to myself. And then I ended up writing 1000+ lines of code. Chess is hard and there are way too many rules.
- Python
- Pygame
- Make sure you have python 3.9 or higher installed on your machine
- Browse to the Chess directory on your terminal/commandline.
- Use
pip install -r requirements.txt
to install the requirements - Use
python game.py
to run the game.
Let me know if you find any bugs or have any suggestions for improvement.