Use the following link to play the game: https://marcelovalois.github.io/eaterSnake/
I Hope you enjoy it. :)
This is a simple Snake game developed with the intention of improving my "DOM Manipulation" skills in Javascript.
Resources Used:
- Simple HTML file.
- CSS file for styling.
- Only simple DOM Manipulation, including querySelector, addEventListener, createElement and createTextNode. All available in ES5.
- I've used, also, localStorage, so you're capacle to remain your difficulty level, even if you close your browser.
- Among the features of the ES6+, I used only template literals, that, can be easily replaced by string concatenation.
OBS: I haven't used SASS, so CSS file isn't all compatible to older browsers, but you don't use IE anyway, hahaha.