Skip to content

Commit aaab7fc

Browse files
committed
perf: add readme.md file
1 parent db9079a commit aaab7fc

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

images/gif/demo.gif

16.7 MB
Loading

readme.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Basic Slither Game
2+
3+
<p align="center"> <img src="./images/gif/demo.gif" alt="bg" /> </p>
4+
5+
The Basic Slither Game is written in JavaScript and utilizes HTML5 canvas for graphics rendering. This game is inspired by classic games such as Slither.io, Snake, ... and optimized to run on all devices.
6+
7+
## How to Play
8+
- Use arrow keys to move the snake
9+
- Eat food to increase points and snake's length
10+
- Avoid collisions with other snakes' bodies.
11+
- Hold the mouse to increase the snake's movement speed (Points will be deducted when speeding up)
12+
13+
## Installation
14+
15+
Play directly [here](https://zukahai.github.io/slither.io/)
16+
17+
Or download and open the `index.html` file in a web browser.
18+
19+
## Updates
20+
21+
- **v1.0.0**:
22+
- Initial release of the basic version of the Slither game
23+
- Added movement, food consumption, score increment, length increment, speed boost functionalities
24+
- Added gameplay instructions
25+
26+
## Author
27+
28+
- [Phan Đức Hải](./)

0 commit comments

Comments
 (0)