Skip to content

A simple snake game made it with pygame python library

Notifications You must be signed in to change notification settings

pedrogfleming/Snake-pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake-pygame

A simple snake game made in python using pygame library.

How to play

  • Control the snake with the arrows.
  • Eat the apples to increment your score.
  • If the snake head pass the border of the screen, you lose.
  • If the snake head hit his own body, you lose.

When you lose, hit enter to restart the game or hit ESC to exit the game application

Features

  • Background music
  • Sound when the player lose
  • A display score
  • A restart screen menu
  • The speed of the snake is incremented with each new apple eated

About

A simple snake game made it with pygame python library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages