Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 838 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 838 Bytes

🐍 Snake Game

Welcome to Snake, the classic arcade game in Python using the Pygame library! Steer your ever-growing snake, eat the food, and avoid crashing into yourself. Simple? Think again!

🎮 How to Play

  • Move the Snake: Use the arrow keys (, , , ) to slither your snake around the screen.
  • Eat to Grow: Every time you grab a snack, you get longer and faster.
  • Don't Crash: If you run into the walls or yourself, it's game over. Try again!

✨ Features

  • Smooth, simple gameplay mechanics
  • Dynamic growth as you eat
  • Score tracking to challenge your high scores

🚀 Getting Started

  1. Clone this repository to your local machine:
    git clone https://github.com/your-username/snake-game.git
    
  2. navigate to the main.py file in your IDE and run the game