Skip to content

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.

Notifications You must be signed in to change notification settings

zukahai/slither.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Slither Game

bg

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.

How to Play

  • 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)

Installation

Play directly here

Or download and open the index.html file in a web browser.

Updates

  • 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

Author

About

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.

Topics

Resources

Stars

Watchers

Forks