If you find this project useful, please give it a star! Your support is appreciated and helps keep the project growing. 🌟
Click the link to read Instructions 📄.
- If you want to FORK it, GO FORK IT! 🍴
- Make sure you have an account to FORK the repo 🔐.
This is a fun and simple Snake game built with Pygame 🎮.
Use the requirements.bat
file to install the necessary dependencies before running the game ⚙️.
If you don’t have Python installed, here are a few options:
-
Unzip the Folder: Make sure the folder is unzipped and placed in an easily accessible location (like your desktop).
-
Open Command Prompt: Press
Win + R
, typecmd
, and press Enter 💻. -
Navigate to the Game Folder:
- Type
cd
(don’t forget the space), then drag and drop the unzipped folder into the command prompt window and press Enter.
- Type
-
Run the Game: Type the following command and press Enter:
python main.py
The game window will pop up, and you're ready to play! 🎮
- Use the arrow keys on your keyboard to control the snake’s direction 🐍⬅️⬆️➡️⬇️.
- Avoid running into the walls or yourself and try to eat as many "food" items as possible to grow your snake! 🍎
- Enjoy playing Snake and challenge yourself to get the highest score! 🏆