Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 1.88 KB

README.md

File metadata and controls

61 lines (35 loc) · 1.88 KB

Support the Project ⭐

If you find this project useful, please give it a star! Your support is appreciated and helps keep the project growing. 🌟

📥 How to Download the Repo (First-Time Users)

Click the link to read Instructions 📄.


⚠️ No Issues with This Game!

  • If you want to FORK it, GO FORK IT! 🍴
  • Make sure you have an account to FORK the repo 🔐.

🐍 SNAKE

This is a fun and simple Snake game built with Pygame 🎮.


🛠️ Installing Dependencies

Use the requirements.bat file to install the necessary dependencies before running the game ⚙️.


🐍 Python Versions

If you don’t have Python installed, here are a few options:


🚀 Running the Game

  1. Unzip the Folder: Make sure the folder is unzipped and placed in an easily accessible location (like your desktop).

  2. Open Command Prompt: Press Win + R, type cmd, and press Enter 💻.

  3. 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.
  4. 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! 🎮

🎮 How 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! 🏆