Skip to content

Commit 3eea0a2

Browse files
Readme file added
1 parent 5ba4b08 commit 3eea0a2

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

Snake-Game/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Snake Game 🐍
2+
3+
A classic Snake Game built using Python. Control the snake, collect food, and try to achieve the highest score without colliding with the walls or yourself.
4+
5+
## Features
6+
- Interactive gameplay.
7+
- Score tracking.
8+
- Simple and user-friendly interface.
9+
10+
## Installation
11+
1. Clone this repository:
12+
```bash
13+
git clone <your-repository-url>
14+
2. Navigate the project folder
15+
```bash
16+
cd snake-game
17+
3. Run the game
18+
```bash
19+
python snake_game.py
20+
21+
# How to Play
22+
1. Use Arrow Keys to control the direction of the snake:
23+
1. Up: Move up.
24+
2. Down: Move down.
25+
3. Left: Move left.
26+
4. Right: Move right.
27+
2. Collect food to increase your score.
28+
3. Avoid colliding with:
29+
1. Walls
30+
2. The snake’s body.
31+
4. Goal: Achieve the highest score possible!
32+
33+
# Technologies Used
34+
Python
35+

0 commit comments

Comments
 (0)