Justus encouraged me to enter this random dungeon generator competition, so here's my entry.
Hit "/" to open the console. "/level n" to warp to level n ('n' standing for some integer).
Console
Load
About
W,A,S,D to move around.
Hit the tab key to toggle between edit and play mode.
Hit / to open the console.
Console commands
Note that some editing commands require you to be in edit mode because they rely on information that is only given to the client in edit mode.
/load <savegame-ID>
- load a save game by URN; note that this URN should end with a "#
" and you will need to enclose it in quotes./create-room
- creates a new room, not connected to any other/connect-new-room <direction>
- create a new room and connect the current room to it in the specified direction. Directions aret
(top),r
(right),b
(bottom),l
(left), or some combination, (for diagonals). Don't create a new room when a link already exists in that direction, as that will cause trouble (later versions will prevent this from happening)./connect-rooms <room-A-ID> <direction> <room-B-ID>
- connect 2 rooms.
The ID of the room you are currently in is shown at the top of the screen.
There exists a door and a lift in this world that can be controlled with Door/Lift selector and the 'Up'/'Down' buttons at the bottom of this page. There is currently no way to create new doors or lifts, but with a bit of dedication you may be able to move the existing ones. In the future doors and lifts should be controllable with switches or keys scattered through the maze.
There is no end goal. If you'd like there to be one, maybe make a room with 'Winner' spelled out in blocks or something.