Welcome to the Snake Game! This is a classic Snake game implemented in Python using the Pygame library.
To run this game on your local machine, follow these steps:
-
Clone this repository to your local machine: https://github.com/Amitanand983/Snake-Game
-
Make sure you have Python and Pygame installed. If you don't have Pygame, you can install it using pip:
-
Navigate to the project directory:
-
Run the game:
The objective of the game is to control the snake and collect apples to increase your score. Avoid colliding with the walls or the snake's own body.
- Use the arrow keys to control the snake's direction:
- Up arrow: Move up
- Down arrow: Move down
- Left arrow: Move left
- Right arrow: Move right
- Simple and classic Snake game
- Score tracking
- Increasing difficulty as your score goes up
- Sound effects
- Pause and resume functionality