Saturday night skills refreshing!
A classic Snake game implemented in Python using the Pygame library. It's a simple yet fun project to refresh your Python and game development skills!
- Control a snake using arrow keys to eat food and grow in size.
- The game speeds up as the snake grows longer, making it more challenging.
- Game ends if the snake collides with itself or with the game boundaries.
- Score counter keeps track of the number of food items eaten.
- Make sure you have Python 3.x installed.
- Install Pygame library using pip:
- Clone this repository:
- Navigate to the project directory:
- Run the game:
- Use the arrow keys to control the movement of the snake.
- Eat the food (red squares) to grow longer.
- Avoid colliding with the snake's own body or with the game boundaries.
- Try to achieve the highest score possible!
This project was inspired by the classic Snake game, a popular arcade game from the late 1970s. It's a great way to practice Python programming and game development skills while having fun!
