Checkers is a classic board games. In this project, I've programmed an agent to play checkers with the user. The current version is not fully debugged.
+++++ Credits:
Possible thanks to the series of tutorials by Tech with Tim and the good folks at stackoverflow.
+++++ Requirements:
python 3.9.4 pygame deepcopy datetime
++++
- The white pieces are the ones that the bot is playing (the moves are delayed by 100ms), while the pink pieces are the player’s ones (undelayed).
- The first move is always left to the player.
- Possible moves are marked in pink.
- King piece is marked in yellow.
- All the considered moves are printed in the console.