- Edited
I made a simple dungeon map generator for a rogue-like that I'm working on, in case anyone is working on similar. The algorithm is pretty simple -- breaking rectangles into smaller rectangles, recursively. (I got it from an old article.)
The icons are courtesy of Kenney. You can try it here.