Play the classic snake game where the player maneuvers a growing line that becomes a primary obstacle to itself
- User can use navigation keys, up, down, left and right to make moves in different directions to achieve the goal of catching the target
- As and when snake is able to catch the target the snake grows by same proportion of target
- If snake meets either of the walls or itself, the game ends
- 'Play Again' Button to replay again
- Game score and High score is stored when game ends. High score is visible even on widow refresh.
- User can reset high score.
- HTML
- CSS
- JQuery
- React
- Javascript