Generate random maze asynchronously. Reference: rot.js
Demo
- generate a random maze in many ticks. Click to generate another one.
Document, plugin and sample capx are included.
Generate random dungeon map which composed of walls, rooms, and corridors asynchronously. Reference: rot.js
Demo
- generate a random map in many ticks. Click to generate another one, or click left -top text to change generating mode.
Document, plugin and sample capx are included.
This plugin and Roguelike plugin both use rot.js api. The different are
- This plugin generates map asynchronously using WebWorker. Roguelike plugin generates map at the same tick. So that it might stuck engine while generating a bigger map.
- This plugin can be exported with minify, Roguelike plugin can not.