A "simple" Snake, done as my final JS class project
Go to file
Nathan DECHER 45ab40ebcb fire animation should require less ressources 2020-03-27 00:09:19 +01:00
assets updated fire asset to make it look better 2020-03-26 20:12:31 +01:00
build added fire and a stub for level 5 2020-03-26 19:26:47 +01:00
levels added fire and a stub for level 5 2020-03-26 19:26:47 +01:00
public it's a "simple" snake now 2020-03-26 18:20:48 +01:00
src animations are no longer all in sync 2020-03-26 20:12:19 +01:00
.gitignore added fire and a stub for level 5 2020-03-26 19:26:47 +01:00
LICENSE Initial commit 2020-03-22 21:54:26 +00:00
Makefile fire animation should require less ressources 2020-03-27 00:09:19 +01:00
README.md it's a "simple" snake now 2020-03-26 18:20:48 +01:00
index.js added core Snake code 2020-03-23 20:11:39 +01:00
mergejs.js fixed engine and added level2 2020-03-25 18:29:28 +01:00
package-lock.json added core Snake code 2020-03-23 20:11:39 +01:00
package.json added core Snake code 2020-03-23 20:11:39 +01:00

README.md

Snek

Snek icon, Miia from Mon Musu

A "simple" Snake, done as my final JS class project

Original subject

Dev dependencies

  • Imagemagick, with the convert tool in the PATH
  • Make
  • A Less compiler, with lessc in the PATH

Running

  • Clone this repo
  • npm i
  • npm start

Generating the assets

  • npm run-script build or make