This is a nice little game using JavaScript. Move your cursor and the snake will follow.
In this exercise you program a small snake game:
- Create 100 divs using javascript (loop).
- Each element's color should change to another and remain so for half a second when the element IS HIT with the mouse pointer.
- The hover should not have a fixed but a random RGB color
- Solution URL: https://github.com/jenniferhubermayer/snake
- Live Site URL: https://jenniferhubermayer.github.io/snake/
- Semantic HTML5 markup
- CSS
- Flex
- JavaScript
- Website - https://github.com/jenniferhubermayer
This project has been realized as part of the super(c)ode "Front-End Boot-Camp 2022".