A classic Snake Game built using Python and Pygame. Eat apples, grow longer, and avoid colliding with yourself. Have fun!
- Smooth Gameplay: Navigate the snake to eat apples and grow.
- Scoring System: Displays your final score when the game ends.
- Game Over Screen: Shows "Game Over," your score, and a thank-you message.
- Run the game:
python snake_game.py
- Controls:
- Arrow Keys (
←
,↑
,→
,↓
) to move the snake.
- Arrow Keys (
- Objective:
- Eat apples to grow longer.
- Avoid colliding with yourself or the screen boundaries.
- Python 3.x: Install the latest version of Python.
- Pygame: Install via pip:
pip install pygame
- Clone the repository or download the files.
- Ensure you have the required images:
snake.png
(for the snake)apple.png
(for the apple)
- Place these images in the same directory as the game script.
Developed by Avidz. Thank you for playing! 🎮
This project is free to use and modify. Attribution is appreciated but not required.