Helper modules and functions for Game Closure devkit.
- Model
- History
- [i18n] (https://medium.com/engineering-hashcube/internationalization-with-ease-in-game-closure-through-devkithelper-dcf2efaa075f)
- 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
MIT
- Better documentation, with HOWTOs
- Move loading view out of the module
- Make tutorial module completely independent
npm install
then run
mocha test
To run test on a single file use
mocha test/mocha-opts.js yourfile.js