A Snake Game build using HTML,CSS & Javascript.
This is a simple Snake Game implemented using HTML, CSS, and JavaScript. It's a classic game where the player controls a snake that moves around the screen, eating food to grow longer while avoiding collisions with itself and the walls.
- Use the arrow keys (Up, Down, Left, Right) to control the direction of the snake.
- The snake will move continuously in the direction it is facing.
- Eat the food (represented by red squares) to grow longer.
- Avoid running into the walls or the snake's own body, as this will end the game.
- The game speed increases as the snake grows longer, making it more challenging.
- Update High Score and Store in Local Storage.
- Increase Speed of the Snake everytime its eats a food.
- Can't move in the opposite direction in which the snake moving etc...
- HTML: For structuring the game layout.
- CSS: For styling the game elements and layout.
- JavaScript: For implementing the game logic and functionality.
- Suman Shaw
- CodeWithHarry
- freeCodeCamp