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.
- Use arrow keys to move the snake
- Eat food to increase points and snake's length
- Avoid collisions with other snakes' bodies.
- Hold the mouse to increase the snake's movement speed (Points will be deducted when speeding up)
Play directly here
Or download and open the index.html
file in a web browser.
- v1.0.0:
- Initial release of the basic version of the Slither game
- Added movement, food consumption, score increment, length increment, speed boost functionalities
- Added gameplay instructions