Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/irevenko/snake-game

🐍 A Classic Snake Game using VanillaJS
https://github.com/irevenko/snake-game

canvas canvas-game canvas2d college college-assignment college-project lab lab-exercise laboratory-exercises labs plain-js snake snake-game snakemake vanilla-javascript vanilla-js vanillajs

Last synced: 5 days ago
JSON representation

🐍 A Classic Snake Game using VanillaJS

Awesome Lists containing this project

README

        

# Snake Game 🐍
Made this little game for Web Dev College labs to learn VanillaJS

# Demo 🔍

# Quick Start 🚀
```git clone https://github.com/irevenko/snake-game.git```

```cd snake-game```

```open public/index.html in your browser, move with Arrows```

# What I Learned 🧠
* HTML Canvas
* Some JS OOP
* Basic Game Dev (a little bit of Geometry and Algebra)
* window Object

# License 📑
(c) 2020 Ilya Revenko. [MIT License](https://tldrlegal.com/license/mit-license)