Skip to content

Snake is a game concept where the player maneuvers a line(snake) which grows in length everytime it eats(passes through) the rat(food), with the snake body as well as the walls being obstacles.

Notifications You must be signed in to change notification settings

doshi-jay/Snake_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snake_Game

Snake is a game concept where the player maneuvers a line(snake) which grows in length everytime it eats (passes through) the rat (food), with the snake body as well as the walls being obstacles.

Instructions for the baseline runs of the following

Requirements

  • pygame (pip3 install pygame)
  • random
  • time

Compile & run

  1. Clone/Download the repository.
  2. Move into the directory using the terminal.
  3. Run the game using python snake.py

About

Snake is a game concept where the player maneuvers a line(snake) which grows in length everytime it eats(passes through) the rat(food), with the snake body as well as the walls being obstacles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages