Skip to content

Commit e0ca99d

Browse files
Update README.md
1 parent 04c5358 commit e0ca99d

1 file changed

Lines changed: 20 additions & 13 deletions

File tree

README.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,28 @@ A classic Snake game written in Rust using the Piston Window library. The game o
55
![Screenshot of the game](Rust-SnakeGame.png)
66

77
## ✨ Features
8-
9-
- **Classic Snake mechanics** - move around the board, collect food and grow
10-
- **Animated visual effects**:
11-
- Pulsating food with glowing effect
12-
- Animated snake tongue (extends randomly)
13-
- Snake eyes pointing in the direction of movement
14-
- Multi-layered board border
15-
- **Automatic restart** after game over
16-
- **Smooth controls** with arrow keys
17-
- **Responsive interface** with VSync enabled
8+
- **Core Gameplay**
9+
- Classic snake mechanics with growth system
10+
- Collision detection (walls and self)
11+
- Score tracking
12+
13+
- **Visual Enhancements**
14+
- Directional snake eyes 👀
15+
- Animated flickering tongue 👅
16+
- Pulsating food effect 💫
17+
- Multi-layered borders
18+
19+
- **Technical Features**
20+
- VSync-enabled smooth rendering
21+
- Responsive controls
22+
- Automatic game restart
1823

1924
## 🎮 Controls
20-
21-
- **Arrow Keys** - control the snake
22-
- **ESC** - exit the game
25+
| Key | Action |
26+
|------------|----------------------|
27+
| Arrow Keys | Change snake direction |
28+
| Space | Restart game |
29+
| ESC | Exit game |
2330

2431
## 🛠️ Requirements
2532

0 commit comments

Comments
 (0)