Setup instructions
Make sure you are using python 3.5.3 or higher.
git clone https://github.com/Pavitheran/chess-ai.git
pip install python-chess
Run instructions
python run_game_local.py
Developer instructions
Feel free to make your own Chess bot by implementing the BaseChessBot class. You can test your bot implementation by modifying run_game_local.py to use your Bot implementation. Currently RandomBot is used as an example.