A classic Snake Game clone built with the Python game library Pygame.
-
Eat apples to grow longer and achieve the highest score possible.
-
Control movement using the arrow keys.
-
The snake wraps around the screen:
- Moving off the left side brings you to the right.
- Moving off the bottom brings you to the top (and vice versa).
-
The game ends when the snake collides with its own body.
- Snake head image
- Apple image
- Snake hiss sound (plays at game start)
- Apple crunch sound (when eating)
- Game over sound
You can download the prebuilt versions of the game from GitHub Actions artifacts:
Made with ❤️ using Python & Pygamegame