Made this little game for Web Dev College labs to learn VanillaJS
git clone https://github.com/irevenko/snake-game.git
cd snake-game
open public/index.html in your browser, move with Arrows
- HTML Canvas
- Some JS OOP
- Basic Game Dev (a little bit of Geometry and Algebra)
- window Object
(c) 2020 Ilya Revenko. MIT License