8000 Merge pull request #246 from bislara/game/snake-game · GitHubberFitz/ScriptsDump@c4913c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4913c3

Browse files
authored
Merge pull request codezoned#246 from bislara/game/snake-game
Snake game using Python
2 parents 448012c + 41c873f commit c4913c3

File tree

11 files changed

+244
-0
lines changed

11 files changed

+244
-0
lines changed

Games/Snake Game/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Snake game
2+
3+
Snake game which we used to play in childhood where the snake moves to eat the apple and once it eats, its length increases.
4+
5+
It will be having background music playing as well as a different sound when the snake dies or eats an apple.
6+
7+
It also shows the score of the user in the bottom and also the time elapsed.
8+
9+
## Setup
10+
11+
Run the file
12+
13+
`python snake.py`
14+
15+
16+
OR
17+
18+
You can directly open the binary executable file `snake.exe`(for Windows)
19+
20+
## Screenshot
21+
22+
![image](https://user-images.githubusercontent.com/35392585/95385407-912f0480-090b-11eb-87af-3edad033ac02.png)
23+
24+
312 Bytes
Loading
185 KB
Binary file not shown.
79.6 KB
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Games/Snake Game/snake.exe

11.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)
0