-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shibi Suriya
committed
Sep 30, 2023
1 parent
0d9512c
commit 8adf47f
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,35 @@ | ||
# Classic Slither.io (WIP) | ||
|
||
# Classic Slither.io | ||
|
||
Imagine Slither.io, but with the classic Nokia 6110-style snake game. | ||
|
||
## WebRTC: | ||
|
||
The game operates without a backend, such as a WebSocket server; instead, it utilizes WebRTC to enable players to play with each other. | ||
|
||
## Game mechanics: | ||
|
||
### Types of snakes: | ||
|
||
#### Flash: | ||
|
||
The fastest snake in the game. (Moves 1.5x faster than the other snakes). | ||
|
||
#### Bulldozer: | ||
|
||
The opponent dies if he collides head on with this snake. | ||
|
||
#### Wall rider: | ||
|
||
This snake can't collide with the wall, if he does he comes out of the opposite wall. | ||
|
||
### Types of food: | ||
|
||
#### Protein: | ||
|
||
The snake's body grows by 1 cell if he consumes this food. | ||
|
||
#### Red bull: | ||
|
||
The snake gains speed of 1.5x if he consumes this food. |