mini_project_snake-game

🐍 Snake Game in Python

A simple classic Snake Game made using Python and Pygame.


🎮 Features


📂 Project Structure

snake-game/
├── snake.py
├── assets/
│ ├── start-screen.png # Starting image
│ ├── snake-body.png # Snake body image
│ └── background-music.mp3 # Background sound
├── README.md
└── LICENSE

📸 Screenshots

game
game - 2
game - 3


💻 Technologies Used


▶️ How to Run

  1. Make sure Python and Pygame are installed: ```bash pip install pygame