Skip to content

It's a famous snake game made up of HTML CSS AND JAVA SCRIPT

Notifications You must be signed in to change notification settings

10Abhinandan10/Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake-Game

It is a famous game where the player controls a long, thin creature, resembling a snake, which roams around on a bordered plane, picking up food (or some other item), trying to avoid hitting its own tail or the edges of the playing area. Each time the snake eats a piece of food, its tail grows longer, making the game increasingly difficult. The game is made up of: HTML, CSS, JAVA-SCRIPT.

Link: snake.abhinandandas3.repl.co

HTML - It is used to structure Snake game contents. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables.

CSS - It is used to style the whole Snake game like Position of Score Buttons, Designing the snake, Food of Snake, Background of the game etc.

JAVA-SCRIPT - It is used here to 1. Display the snake. 2. Display the food. 3. Moving the snake. 4. If the snake have eaten the food, increment the score and regenerate the food. etc.

About

It's a famous snake game made up of HTML CSS AND JAVA SCRIPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published