Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

340 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devkit Helper

Helper modules and functions for Game Closure devkit.

Modules

  • Model
  • History
  • i18n
  • Tutorial
  • Loading - Show loading screen and automatically hide it when view is ready.
  • Timer - Wrapper around setInterval.
  • Modelpool - Re-use model objects.
  • Test - Expose private functions for unit testing.
  • Storage - Wrapper around HTML5 localStorage.
  • Admanager - Handling multiple ad networks and show ads according to the given priority

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

About

Helper modules and functions for Game Closure devkit

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages