Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 240 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 240 Bytes

This is the snake game written in Python

The packages used include pygame which is a fammous package used for Python 2D game development

The game structure used is State Machine including 4 states: GameMenu, GamePlay, GamePause, GameOver