Skip to content

Commit 9bc78b1

Browse files
committed
modified the README file
1 parent 6b62cf0 commit 9bc78b1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

SNAKE_GAME/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# Snack game in python using curses and random library
1+
# Snack game in built using python. the snake start with a small length and keeps growing as it keeps feeding on the food. The game is over when it hits the end of the terminal box or eats itself.
2+
3+
## Requirements
4+
- curses
5+
- random
6+
7+
## How to run
8+
- open you command line and navigate to the path of the file
9+
- do a pip install curses && pip install random
10+
- then type python snake.py to run
11+
12+
## The game in action is like this:
13+
14+
<img src="https://github.com/oyerohabib/Python-project-Scripts/blob/oyerohabib-2/SNAKE_GAME/snake-game.png">

SNAKE_GAME/snake-game.png

11.2 KB
Loading

0 commit comments

Comments
 (0)