DongxiaW / Snake_Game

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 93.8%Language:C++ 6.2%