This project is a chess game developped with python using the pygame library. I created this project with the intentions to hone my coding skills and challenge myself with a difficult project. Game still requires testing to hammer out any bugs.
- Python 3.x
- Pygame (and its dependencies)
To play with this project, users must download the git repository. The following commands in the terminal will do so and change directory into the repository
$ https://github.com/KavinTheG/PyChess.git
$ cd PyChess
To run the game, users must enter the following command
python3 main.py
Available to play without any prerequisite software in replit at https://replit.com/@KavinTheG/PyChess
Will add a docker container soon!

