Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 874 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 874 Bytes

Snake-game

Snake is the common name for a video genre game concept where the player maneuvers a line which grows in length, with the line itself being a primary obstacle.
GAMEPLAY - The player controls a dot, square, or object on a bordered plane. As it moves forward, it leaves a trail behind, resembling a moving snake. In some games, the end of the trail is in a fixed position, so the snake continually gets longer as it moves. In another common scheme, the snake has a specific length, so there is a moving tail a fixed number of units away from the head. The player loses when the snake runs into the screen border, other obstacle, or itself.

Created using HTML CSS and JAVASCRIPT.

Fully Responsive. Contains both KEYDOWN and TOUCH events.
Play it : SNAKE GAME