Skip to content

Commit 39fea6f

Browse files
authored
Update README.md
1 parent 4ab1f84 commit 39fea6f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Slither-The_Snake_Game/README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11

22
<h1 align="center">Slither-The Snake Game</h1>
3-
<p align="center">
4-
5-
<img src="snake-pic.png">
6-
</p>
3+
74
<h4 align="center">Snake Game made using python library "pygame".</h4>
85
<br>
96

107
<br>
118
The game involves controlling a single block or snakehead by turning only left or right by ninety degrees until you manage to eat an apple. When you get the apple, the Snake grows an extra block or body segment.
129
If, or rather when, the snake bumps into the edge of the screen or accidentally eats himself the game is over. The more apples the snake eats the higher the score.
13-
<br><br><br>
14-
<h4>You can see demo <a href="https://simran2104.github.io/Demo/">here.</a> </h4>
10+
<p align="center">
11+
<img src="https://github.com/simran2104/Python-Projects/blob/main/Slither-The_Snake_Game/demo.gif">
12+
</p>

0 commit comments

Comments
 (0)