An open API service indexing awesome lists of open source software.

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.

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)