Itch Page
A rendition of the classic computer game, Snake. Made in Python, using the Pygame module.
There are two heads: one on each end of the snake. Two heads, two fruits. Collect the fruit with the corresponding color to the leading snake head. Each time the correct fruit is collected, the snake grows and the rear head becomes the leading one.
Enter to start, R to reset, Arrow keys to control snake
Additions:
- Music Added
- Settings to turn off sfx/music now available and will be saved
- Your high score is now saved after closing the game
Bug Fixes:
- Fixed the fruits from respawning inside the snake, blocking them from view
- Refactoring code and reorganizing classes
- Visual updates
An executable build is in snake-pong-master/Builds, you will need to download the exe and assets folder.