From bd3a7c32f333a135b0daf1141fed57ff99163730 Mon Sep 17 00:00:00 2001 From: RejectModders <142326052+RejectModderss@users.noreply.github.com> Date: Fri, 12 Jan 2024 20:03:10 -0600 Subject: [PATCH] Update README.md --- README.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8357d9f..958a8d3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,21 @@ -# SnakeGame -Snake Game in python +# Snake Game in Python -For both EXE n IDE version, make sure to download the mp3 files, they will NOT work unless you use them. +Welcome to the Snake Game in Python! This project includes both an EXE and IDE version. Please make sure to download the MP3 files provided, as they are essential for the game to function. -If you wanna add more or edit the source, then go ahead, made it for fun to be honest. +## Usage -I also added the exe version just incase you wanna play on the exe version instead of using an IDE. If you do use the exe version make sure to put all mp3 files inside of a folder with the exe file. +- **EXE Version:** If you prefer playing the game without an IDE, use the provided EXE version. Remember to place all MP3 files in the same folder as the EXE file. -# Credits -I got most of the source from https://www.youtube.com/watch?v=bfRwxS5d0SI -I changed most of it in a certain way, I made it better in my opinion. +- **IDE Version:** For those who want to add more features or edit the source code, feel free to explore and modify the code as needed. This project was created for fun and customization. + +## Important Note + +Ensure you download and include the MP3 files for the game to work correctly. + +## Credits + +Most of the original source code was inspired by a [YouTube tutorial](https://www.youtube.com/watch?v=bfRwxS5d0SI). While I modified and enhanced the code to better suit my preferences, credit is due to the original creator for the initial inspiration. + +Feel free to enjoy the Snake Game and make any modifications you desire. If you have questions or suggestions, don't hesitate to reach out! + +Happy gaming!