Skip to content
/ wurmus Public
generated from nicross/syngen-template

An endless snake-like game of tag originally made for GMTK Jam 2021.

License

Notifications You must be signed in to change notification settings

nicross/wurmus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wurmus

An endless snake-like game of tag submitted to GMTK Jam 2021 and BlindJam2. Developed with syngen.

Getting started

To get started, please use npm to install the required dependencies:

npm install

Common tasks

Common tasks have been automated with Gulp:

Build once

gulp build

Build continuously

gulp watch

Create distributables

gulp dist

Open in Electron

gulp electron

Build and open in Electron

gulp electron-build

Start web server

gulp serve

Start web server and build continuously

gulp dev

Command line flags

Flag Description
--debug Suppresses minification.

Credits

These fonts are free for noncommercial use and not covered by the license of this project:

  • Comic Shark by Joe Letter
  • Fira Mono by Mozilla
  • Roboto by Google

Thanks for playing!