This looks great! would you consider releasing the source code?
Viewing post in PaperDungeonMaker comments
Thanks.
Proper releasing would require to clean it up and what not because the code sucks.
It's written in plain js (+ browser api), not minified nor anything so feel free to just download as is with dev tools.
No comments and full of anti-patterns - it is what it is. I don't mind you taking a look, although I doubt you'll find anything of value.
Let know if you make any use of it or you have trouble running it!
E.g. in Chrome you can:
- open the dev tools (e.g. menu -> more tools -> developer tools)
- go to "sources" tab -> right-bar -> index.html
- download index.html file and grid.js file
---
that being said I just did a sloppy implementation of: http://www.roguebasin.com/index.php?title=Dungeon-Building_Algorithm - I'll believe you'll have more luck just reading that - there is even C# example implementation there you can use.
Good luck!