Snake Game Welcome to the Snake Game!
Description
This repository contains a classic Snake Game implemented using JavaScript, HTML, and CSS. The objective of the game is to control the snake, eat food, and grow in size without colliding with the walls or itself. The game keeps track of your high score and stores it in local storage. As you score points, the snake's speed increases, making the game more challenging.
Rules
Control the snake's direction using the arrow keys on your keyboard.(also you can use 'w','a','s','d' keys) Eat the food to grow longer and increase your score. Avoid collisions with the walls or the snake's body. The game ends if the snake collides with the walls or itself. High Score The game stores your highest score in the local storage. Try to beat your own high score and challenge your friends to see who can achieve the highest score!
Speed Level
The snake's initial speed is set to level 5. For every 5 points score increased , the speed increases by 1, making the game progressively more difficult.
High Score
High Score will be stored in local browser , it will update as per score corssed the Hight score as well.
Technologies used
Discussion