Hello everyone!
This repo stores the code for a next best chess move bot using Python! The chess engine used is Stockfish 16.1.
You can customize this program to the way you want it!
- EVALUATION_TIME: Change how long stockfish can take to evaluate the board
- MOVE_TIME: Change how long stockfish can take to think and play a move
- player_color: Control which player is the color (opposite color is stockfish)
IN ORDER FOR THIS TO WORK, YOU NEED TO DOWNLOAD STOCKFISH AND CHANGE THE FILE PATH! Stockfish Download: https://stockfishchess.org/download/
Thanks for downloading, and enjoy!