Go to file
2024-10-07 19:33:55 -04:00
assets added files 2024-10-07 19:32:29 -04:00
checkers added files 2024-10-07 19:32:29 -04:00
__init__.py added files 2024-10-07 19:32:29 -04:00
.gitignore Initial commit 2024-10-07 23:31:05 +00:00
main.py added files 2024-10-07 19:32:29 -04:00
README.md fixed readme 2024-10-07 19:33:55 -04:00

Pygame Checkers

This is a Checkers game programmed in python using the pygame library. This program will be perfect for training a deeplearning ai on how to play checkers.

Credits

This code is based on the code from https://github.com/Btsan/CheckersBot and the video explaining how it works https://www.youtube.com/playlist?list=PLzMcBGfZo4-lkJr3sqpikNyVzbNZLRiT3 . Check out his code and videos.