This is a practice project for trying html5 canvas features and usage.
- html5 javscript version bxoman PUZ game
- canvas test
- Turn on Graph Search Demo
boxman.controller.CoreController.prototype.setDemoPathAiAlgorithm(true);
- Turn off Graph Search Demo
boxman.controller.CoreController.prototype.setDemoPathAiAlgorithm(false);
- Unlock all levels
boxman.controller.CoreController.prototype.unlockAllLevels(true);
- restore normal mode
boxman.controller.CoreController.prototype.unlockAllLevels(false);