A "simple" Snake, done as my final JS class project
Go to file
Nathan DECHER 0e0cd3a7d1 added level 4, which introduces the player to holes 2020-03-26 18:10:37 +01:00
assets added holes to the game 2020-03-26 18:05:12 +01:00
levels added level 4, which introduces the player to holes 2020-03-26 18:10:37 +01:00
public base game working 2020-03-25 15:57:20 +01:00
src added holes to the game 2020-03-26 18:05:12 +01:00
.gitignore added JS merger 2020-03-24 10:46:01 +01:00
LICENSE Initial commit 2020-03-22 21:54:26 +00:00
Makefile added holes to the game 2020-03-26 18:05:12 +01:00
README.md added core Snake code 2020-03-23 20:11:39 +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