Skip to content

RashimNarayanTiku/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4244842 · Jun 21, 2020

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnakeGame

Snake Game made in PyGame

This is a bare minimum game and doesn't have any special features

  1. The snake eats apples and grows longer
  2. The more the apples, the higher the score
  3. Touching boundaries or yourself ends the game

I will hopefully add background image and soundtrack, but I can't guarantee anything.

Intro Screen

IntroScreen

         

Paused Screen

PausedScreen

Game Over Screen

GameOverScreen

Credits