Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 962 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 962 Bytes

Chess AI

A Chess AI Bot to automatically move and play matches on Chess.com for you.

Installation

  1. Clone repository
  2. Open a terminal
  3. Navigate to chess-ai
  4. Run python -m venv venv
  5. Install stockfish from https://stockfishchess.org/
  6. Place the stockfish folder into chess-ai

How To Use

Note: This bot is very barebones and will run into issues.

  1. Open a terminal
  2. Navigate to chess-ai\venv\Scripts
  3. Run activate
  4. Navigate to chess-ai\src
  5. Run python gui.py
  6. Click Open Browser
  7. Navigate to a game against a computer or against a player
  8. 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.

Disclaimer

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.