Skip to content

Commit

Permalink
Fix: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shibi Suriya committed Sep 30, 2023
1 parent 0d9512c commit 8adf47f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
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.

0 comments on commit 8adf47f

Please sign in to comment.