A Chess AI Bot to automatically move and play matches on Chess.com for you.
- Clone repository
- Open a terminal
- Navigate to
chess-ai
- Run
python -m venv venv
- Install stockfish from https://stockfishchess.org/
- Place the stockfish folder into chess-ai
Note: This bot is very barebones and will run into issues.
- Open a terminal
- Navigate to
chess-ai\venv\Scripts
- Run
activate
- Navigate to
chess-ai\src
- Run
python gui.py
- Click Open Browser
- Navigate to a game against a computer or against a player
- Wait until the game has started, then click Run Bot
Edge cases and errors have not been handled, so if the bot is not working after using it, restart the program.
Don't use this to cheat in online games or tournaments. I created this for fun. Using this bot to cheat is against the rules of chess.com and will probably get you banned.