Skip to content

Commit 4b68cb3

Browse files
authored
Added Readme
1 parent f0ff9f5 commit 4b68cb3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Snake Game (GUI)/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Snake Game (GUI)
2+
3+
Snake game is an Arcade Maze Game which has been developed by Gremlin Industries. The player’s objective in the game is to achieve maximum points as possible by collecting food or fruits. The player loses once the snake hits the wall or hits itself.
4+
5+
## Setup instructions
6+
7+
In order to run this script, You just need the following 3 modules -
8+
9+
- **Pygame:** It is a set of Python modules designed for writing video games.
10+
- **Time:** This function is used to count the number of seconds elapsed since the epoch.
11+
- **Random:** This function is used to generate random numbers in Python by using random module. **Pygame, Time and Random**
12+
13+
## Output
14+
15+
![Snake Game](game.png)
16+
17+
## Author
18+
19+
(Charvy Jain)[https://github.com/CharvyJain]

0 commit comments

Comments
 (0)