Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 765 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 765 Bytes

Snake-game-in-python

p1 p2

This simple Snake Game project is written in Python. The project file contains image files , font style files , sound effect in game and python scripts (snakegame.py,snakegamebackup.py,gamewellcomescreen). GUI uses pygame library. Talking about the gameplay, it’s a single player game, where the player (Snake) has to eat all the food in order to grow longer. The main objective of this game is to gain the highest score. While playing the game, make sure the snake should not cross the boundary otherwise you’ll die