You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
0 commit comments