Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 870 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 870 Bytes

Magical Garden

Magical Garden is a game for understanding numbers, aka number sense. The game is built with the game engine Phaser.

How to build:

Grunt generates the build catalogue in your repository and also creates a local server. As long as grunt is running the server will be active. If you make changes in the repository, the build will be updated; just hit update in your browser. Some coding standards are enforced using jshint, keep an eye on the terminal when making changes.

More documentation

You can find more documentation in the source code. If you plan on making a new subgame, check out src/js/states/Subgame.js