Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 971 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 971 Bytes

Snake Pong

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

Latest Devlog

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

Working On

  • 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.