Ali-Nawed / chess-ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chess-ai

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.

About

License:Apache License 2.0


Languages

Language:Jupyter Notebook 91.8%Language:Python 8.2%