Snake Game

A classic snake game built using JavaScript, HTML, and CSS. Players control the snake using arrow keys, avoiding collisions with the borders or the snake itself to keep the game going and grow their score based on the snake's length.

Features

  • Multiple Difficulty Levels: Offers 3 difficulty levels that increase the snake's speed by 50ms per level.

  • Use arrow keys for smooth and responsive snake movement.

  • Tracks and displays the player's score based on the snake’s length.

  • Ends the game when the snake collides with the borders or itself and displays the final score.

Languages & Technologies

JavaScript, HTML, CSS

Previous
Previous

Math Game

Next
Next

Paint Application