Skip to content

js13kGames/wisp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Elements

The game was build for the competition JS13KGames. The theme of the cometition is The Elements: Earth, Water, Air and Fire.

To play the game, go to littleball.co.uk/Js13kGames-2014.

Running it locally

You can open the files directly from the folder dest/www. Alternatly you can run a local server with node.

$ npm i && gulp

Documentation

$ ./node_modules/.bin/jsdoc src/js/base.js src/js/classes/*.js src/js/scenes/*.js -t ./node_modules/ink-docstrap/template -c jsdoc-config.js -d docs