Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 889 Bytes

README.md

File metadata and controls

29 lines (13 loc) · 889 Bytes

Snake Game

A snake game is a simple game in which a snake moves around a box trying to eat food. The snake's length grows as it successfully consumes the apple. This project was created using HTML, CSS, and JavaScript. When the snake consumes food, its score gradually rises. I've also added a high core facility to the game. The high score is initially set to 0, but if someone beats the previous high score, the new score is updated as the new high score.

Technology used

HTML CSS and JavaScipt

Author

Screenshot

Screenshot (2137)

Project reference

  • CodeWithHarry (YouTube)
  • W3Schools

Note

  • (v1_Oct22) More features will be added in the coming days. Thank you.