https://github.com/onjoseph/snake-game
A snake game built using vanilla HMTL, CSS and JavaScript.
https://github.com/onjoseph/snake-game
Last synced: about 2 months ago
JSON representation
A snake game built using vanilla HMTL, CSS and JavaScript.
- Host: GitHub
- URL: https://github.com/onjoseph/snake-game
- Owner: ONJoseph
- License: mit
- Created: 2023-12-14T14:15:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-14T14:36:26.000Z (over 1 year ago)
- Last Synced: 2025-01-28T14:52:27.510Z (4 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake-Game
Snake game is a fun game built with vanilla HTML, CSS and JavaScript. It showcases how to craft the game board with precision, bringing the snake to life, and populating the board with randomly generated food items. learning how to elegantly control the snake's movement across the board.
One of the key skills you will acquire is the ability to enhance the snake's size as it consumes food, adding a layer of complexity and excitement to the game. how to incrementally increase the speed of the snake
Beyond the gameplay mechanics, also covers essential aspects like scorekeeping. learn effective techniques to track the score, monitor snake collisions, and importantly, display and record high scores.
## Acknowledgements
- [Freecodecamp](https://www.freecodecamp.org/)## Authors
- [@ONJoseph](https://www.github.com/ONJoseph)