Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 670 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 670 Bytes

Snake Game Remake in Python

This is a remake of the classic snake game that came built into phones back in the 90s. The tools used to make this are Python and PyGame.

Milestones
  • Completed Milestones

    • Respawn Snake
    • Border Collision
    • Score
    • Spawning Apple
    • Snake Growth
    • Snake Motion
    • Lives
  • Left Todo

    • Bite Tail
    • Obstacles
    • Pause
    • Controller Support
    • Other Levels
    • Main Menu
    • Different Pickups (Powerup {Invincibility} & Debuffs {Tail on Fire})
    • AI Snake
    • Leader Board
    • PvP
    • Custom Game Skins