A simple Snake game created using Pygame.
- Install Pygame using
pip install pygame
- Run the
snake.py
file - Press
Space
to start the game - Use the arrow keys to move the snake and collect the food
- Avoid the bombs that appear after eating the food
- The game ends when the snake collides with a bomb
- Python 3.x
- Pygame