diff --git a/README.md b/README.md index af3f108..b2d8018 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/Readme.md b/Readme.md deleted file mode 100644 index b2d8018..0000000 --- a/Readme.md +++ /dev/null @@ -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.