Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 374 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 374 Bytes

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