Skip to content

lilongen/html5-boxman

Repository files navigation

html5-boxman

This is a practice project for trying html5 canvas features and usage.

  • html5 javscript version bxoman PUZ game
  • canvas test

Play Game URL:

Path Finding(Graph Search) Algorithm Demo

  • 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 Map Manually

  • Unlock all levels
    boxman.controller.CoreController.prototype.unlockAllLevels(true);
  • restore normal mode
    boxman.controller.CoreController.prototype.unlockAllLevels(false);

About

html5 javscript version bxoman puzzle game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published