Talk:Maze generation: Difference between revisions

Content added Content deleted
(Move done but maybe some more stuff can be done?)
No edit summary
Line 18: Line 18:
:::Right. I would suggest "Maze generation/Depth-first". However, I don't know how to change the name of a page :( --[[User:Abu|Abu]] 16:06, 14 December 2010 (UTC)
:::Right. I would suggest "Maze generation/Depth-first". However, I don't know how to change the name of a page :( --[[User:Abu|Abu]] 16:06, 14 December 2010 (UTC)
::::I moved the page to "Maze generation", but maybe we could start up several algorithm pages and we can add some nice text here and list them? If you don't want to do that I can just move it again. --[[User:Mwn3d|Mwn3d]] 16:44, 14 December 2010 (UTC)
::::I moved the page to "Maze generation", but maybe we could start up several algorithm pages and we can add some nice text here and list them? If you don't want to do that I can just move it again. --[[User:Mwn3d|Mwn3d]] 16:44, 14 December 2010 (UTC)
:::::Thanks. Good idea. And maze traversal or solving are possible other subjects then. Let's see what other proposals come up. --[[User:Abu|Abu]] 16:58, 14 December 2010 (UTC)
:I am puzzled by the entry/exit mechanism. Can the entry and exit be any place on the edge of the maze? Or is the exit always from at of the two edges at the upper left corner and the entrance from either of the two edges at the lower right corner? Or is the exit always the top edge of the upper left corner and the entrance the right edge of the lower right corner? Or, perhaps, the entrance is always at the same spot (determined by the algorithm) but the exit can be anywhere? --[[User:Rdm|Rdm]] 16:00, 14 December 2010 (UTC)
:I am puzzled by the entry/exit mechanism. Can the entry and exit be any place on the edge of the maze? Or is the exit always from at of the two edges at the upper left corner and the entrance from either of the two edges at the lower right corner? Or is the exit always the top edge of the upper left corner and the entrance the right edge of the lower right corner? Or, perhaps, the entrance is always at the same spot (determined by the algorithm) but the exit can be anywhere? --[[User:Rdm|Rdm]] 16:00, 14 December 2010 (UTC)
::For the purpose of maze generation, it doesn't matter where the entry and exit are. You can break two wholes into the outer wall after tha maze is done, and declare them as "entry" and "exit". --[[User:Abu|Abu]] 16:15, 14 December 2010 (UTC)
::For the purpose of maze generation, it doesn't matter where the entry and exit are. You can break two wholes into the outer wall after tha maze is done, and declare them as "entry" and "exit". --[[User:Abu|Abu]] 16:15, 14 December 2010 (UTC)