/snake

Primary LanguageJavaScript

Snake (work in progress)

Simple version of the snake game. I might change some of the game logic later to differ a little bit from the original.

The implementation isn't very sexy right now. Futur refactor will most likely improve this.

Development

first time:

npm install

Compile src

npm run dev

Minify assets:

npm run build