AI Checkers!
Ever wanted to play a game of checkers but found that everyone else is busy, or can't be bothered to play?
No, me neither. But, if that ever happens to you, you can play with an AI!
svg files cannot be displayed: https://replanalytics.repl.co/track/eeb7c55c-4ef3-4189-bfe0-44af3a1e9f9b/empty.svg
This project does have a repl, but due to the size of the repl run window, I advise running the project in Gitpod or downloading it.
If you would like to see the AI's "thinking", go to minimax/algorithm.py
and uncommment line 47. You could also uncomment line 67 for a delay between the AI's "thinking".
Hope you enjoy!
This project was created in Python with Pygame.