A chess game that can be played with two players or against a rudimentary AI. The game can be played on the command line or with a GUI.
- You must have Python 2.7 installed
- You must install the colorama libary, this can be done using
pip install colorama
- Castling can be done by moving king to post-castle position
This project is licensed under the MIT License - see the LICENSE.md file for details
- The colorama library: https://github.com/tartley/colorama
- My cousin Mimi, for inspiring me to build this