Skip to content

GreenTreeGaming/PythonNextBestMove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PythonNextBestMove

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages