/gamee-js

Javascript framework for integration with Gamee app

Primary LanguageJavaScript

Gamee JS

Javascript library for Gamee.

Documentation

Annoted source code: https://gameeapp.github.io/gamee-js/doc/src/gamee.js.html

Easy intro: https://gameeapp.github.io/gamee-js/integration.en.html

Easy intro (in Slovak): https://gameeapp.github.io/gamee-js/integration.sk.html

Project structure

  • dist/ source files ready to be included in your game
  • gamee.all.devel.js non minified with dependencies
  • gamee.all.min.js minified with dependencies
  • gamee.js non minified without dependencies
  • gamee.min.js minified
  • src/ source files
  • doc/ documentation

Building

npm install
bower install
grunt