fixed readme

This commit is contained in:
locker98 2024-10-07 19:33:55 -04:00
parent 50b61cd32b
commit c064f426c8
2 changed files with 4 additions and 6 deletions

View File

@ -1,2 +1,5 @@
# Pygame-Checkers
# 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.

View File

@ -1,5 +0,0 @@
# 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.