Skip to content
/ Snake Public

Welcome to the Snake Game repository! This project is a classic implementation of the Snake game using Python.

License

Notifications You must be signed in to change notification settings

KernFerm/Snake

Repository files navigation

📥 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! 🏆

About

Welcome to the Snake Game repository! This project is a classic implementation of the Snake game using Python.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published