A chess bot that automatically calculates the best moves and plays them for you
-
Updated
Dec 6, 2023 - Python
A chess bot that automatically calculates the best moves and plays them for you
Game of chess has been a classic AI problem and these days there are several excellent open source implementations of automatic chess players are available on line. In this assignment we are going to make yet another FAST-chess player that will play chess using some well-established strategies along with MINIMAX to compute moves for a chess play…
A chess learning tool used for learning chess, and automating play against yourself!
Add a description, image, and links to the auto-chess topic page so that developers can more easily learn about it.
To associate your repository with the auto-chess topic, visit your repo's landing page and select "manage topics."