From c064f426c8f89dc9aceed6b4f7c3e8a55ea79872 Mon Sep 17 00:00:00 2001 From: locker98 Date: Mon, 7 Oct 2024 19:33:55 -0400 Subject: [PATCH] fixed readme --- README.md | 5 ++++- Readme.md | 5 ----- 2 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 Readme.md 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.