Skip to content

js13kGames/quintessence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a source of js13kGames '14 game, "Quintessence"

How to prepare building script

  1. Install node.js.
  2. Change directory to this repo and run npm install. This will install all required modules from the internets. (Note: node_modules dir is in .gitignore)

How to build

  1. Change directory to this repo and run node build. Yes, there's no fancy-pantsy gulp/grunt, just a simple script.
  2. This will create (or overwrite) index.html. Zip it.

Please don't forget to rebuild index.html after changes in source.html!