Skip to content

AlSir-Ahmed/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

-My project is a terminal game called Snake.

-The main role of the project is just having fun playing an old game that reminds you of your childhood.

-The main idea of the project depends on: --Creating a Window which will represent the game's border, --then creating the character which will represent the snake, NoteThere will be 3 characters, one for the head and two for the body* --then creating the character which will represent the snake's food, --then creating the key events which will control the snake's moves, --then creating the function that will append the same character as the snake's character and creating the counter variable that will be increased by one --every time the first character of the snake which represents the head passes over the position of the the food's character, --then creating the function that will end the game if the snake's head passes over the border's position or one of it's body characters' postion

-Techniques used: 1-Python programming language : (Imperative structured procedual programming paradigm). 2-Python Modules(Libraries) : Curses & Random.

-New version's Feautures (1.1): 1-Player name added. 2-Snake's & Food's Color changed. 3-Score added. 3-Game over screen added including (final score).

About

Snake Terminal Game with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages