Skip to content

hashcube/DevkitHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devkit Helper

Helper modules and functions for Game Closure devkit.

Modules

License

MIT

Todo

  • Better documentation, with HOWTOs
  • Move loading view out of the module
  • Make tutorial module completely independent

running tests

npm install

then run

mocha test

To run test on a single file use

mocha test/mocha-opts.js yourfile.js