Skip to content

This is a basic snake game I made while trying to delve deeper into javascript. The game uses simple arrow up, down, left and right controls to control the snake. The motive of the snake is to consume the food, which is randomly places anywhere on the canvas, without colliding with the walls of the canvas or itself. If it does so, the game is over.

Notifications You must be signed in to change notification settings

Antara-Paul04/Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

About

This is a basic snake game I made while trying to delve deeper into javascript. The game uses simple arrow up, down, left and right controls to control the snake. The motive of the snake is to consume the food, which is randomly places anywhere on the canvas, without colliding with the walls of the canvas or itself. If it does so, the game is over.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published