Skip to content

Aksky16/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

SnakeGame

Thsi game is one of the most popular retro games. In the snake game the player maneuvers a line which grows in length, with the line itself being a primary obstacle.

Description

This game is built only using python. It makes use of packages and modules such as pygame and random.

Using the project

  • Download the source code and run it.
  • Use the up arrow, down arrow, left key and right key to move the snake.