A "simple" Snake, done as my final JS class project
Go to file
Nathan DECHER 6b7ff7e86d added touchscreen support 2020-03-26 10:47:22 +01:00
assets upgraded engine with input buffering and added arcade & survival 2020-03-25 19:29:55 +01:00
levels added timed and improved survival 2020-03-26 10:47:10 +01:00
public base game working 2020-03-25 15:57:20 +01:00
src added touchscreen support 2020-03-26 10:47:22 +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 base game working 2020-03-25 15:57:20 +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