A "simple" Snake, done as my final JS class project back in DUT https://snek.s.codinget.me
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Codinget b0ea58df66 better ux for quick restart button 5 years ago
assets added joystick guide (closes #17) 5 years ago
build added fire and a stub for level 5 5 years ago
levels added fire and a stub for level 5 5 years ago
public added quick restart and crosspad grid 5 years ago
src better ux for quick restart button 5 years ago
.gitignore added fire and a stub for level 5 5 years ago
LICENSE Initial commit 5 years ago
Makefile added config manager (closes #18) and fixed crash at win 5 years ago
README.md added less as a dependency and updated docs 5 years ago
index.js added core Snake code 5 years ago
mergejs.js fixed engine and added level2 5 years ago
package-lock.json added less as a dependency and updated docs 5 years ago
package.json added less as a dependency and updated docs 5 years ago

README.md

Snek

Snek icon, Miia from Mon Musu

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

Original subject

Dependencies

  • All the POSIX tools, most importantly a POSIX-compliant shell, echo, rm, seq and sed
    • Busybox is known to work
    • GNU Coreutils are known to work
    • On Windows, WSL is known to work
  • Imagemagick, with the convert tool in the PATH
  • Make
  • Node.js and npm, both in the PATH
    • Node.js 10 and 12 are known to work

Running the game

  • Clone this repository
  • Install the npm dependencies (npm install)
  • Generate the assets, stylesheets and scripts (make)
  • Start the webserver (npm start)
  • The server listens on port 3000 on all available addresses