Skip to content

Snake Game named 'Eat Up Snakey' ,The player is represented as snake, which grows if it eats a dot.This is very easy in the early phase of the game but is increasingly more difficult as the length of the snake grows.And it displays the Score that how much has the snake eaten.

Notifications You must be signed in to change notification settings

anupamsri/Snake_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Snake_Game--"Eat Up Snakey"

Description:-

The player is represented as snake, which grows if it eats a dot.This is very easy in the early phase of the game but is increasingly more difficult as the length of the snake grows.And it displays the Score that how much has the snake eaten.

OBJECTIVE :-

The goal of the game is to eat as much food as possible without colliding into yourself.

Screenshot of game Alt text

Green Dot Represent Food

Black Dot Represent the head of Snake which grows as he eats food First Step To Take:-

Installing Pygame:

The first thing you will need to do in order to create games using Pygame is to install it on your systems. To do that, you can simply use the following command: ->pip install pygame Once that is done, just import Pygame and start off with your game development. Then implement the given code below i.e run the code and

ENJOY

Final Screanshot of game Alt text

About

Snake Game named 'Eat Up Snakey' ,The player is represented as snake, which grows if it eats a dot.This is very easy in the early phase of the game but is increasingly more difficult as the length of the snake grows.And it displays the Score that how much has the snake eaten.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages