Skip to content

Latest commit

 

History

History
129 lines (118 loc) · 8.53 KB

README.md

File metadata and controls

129 lines (118 loc) · 8.53 KB

GambitAI ♛

A Chess AI bot using the gym-chess environment. Uses the minimax algorithm with Stockfish 16.1's evaluation function.

8
7
6
5
4
3
2
1
a b c d e f g h

Setup

Install the module:

pip install -e .

Install the required dependencies:

pip install -r requirements.txt

Execute

Run gambitAI/gambitAI.py

Modes

  • Currently only supports bot vs bot
  • Execute the aforementioned file to watch a thrilling game between white and black!
  • Support will be added for player to choose their color and play against the bot soon