41 |
Procedural Dungeon Generation Plugin
42 |
43 |
Expansion of the procedural dungeon code first written for the Ludum Dare #38 compo entry Kenny Cockroach.
44 |
45 |
Use the cursor keys to scroll around the generated maze. Press the space bar to destroy the dungeon and generate a new one.
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/example/js/dungeon_generator.min.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Dungeon Creation Plugin (https://github.com/anthony-mills/procedural_dungeon)
3 | *
4 | * @author Anthony Mills