Table of Contents
A chess bot built using the minimax algorithm and chessboard.js library. This bot does not see checkmates further than 4 moves which makes it terrible at endgames
- Clone the repo
git clone https://github.com/Mordaax/simple-chess/
- Create virtual environment
python -m venv venv /venv/bin/activate
- Install requirements
pip install -r requirements.txt
- Run app
flask run
- Start playing as white by dragging the white peices to your desired square. Alternatively, click on "Flip Board" and "Start Game" to play as black.
Distributed under the MIT License. See LICENSE.txt for more information.