IDEA: Maze Generator [Archive] - C Board

PDA

View Full Version : IDEA: Maze Generator


ygfperson
08-13-2002, 12:05 AM
create a maze

confuted
09-09-2002, 08:39 PM
an interesting idea...but how would it be displayed? text based? graphical? simply a matrix that contains wall locations, with no requirement to display it? would the maze be turned into a playable 'game,' or just displaying/generating it?

ygfperson
09-09-2002, 09:43 PM
i think the display option would be optional. obviously, some level of complexity would be required, otherwise the maze would look like a single straight path. given enough iterations a good maze could be created through trial and error.

last time when prelude submitted her fractal program, i wrote up a 10 min fractal displayer from the output of her arrays using SDL. displaying a maze would be just as simple.

a playable maze game sounds like a good idea. the maze would have to be very complicated, with many suprises, to be fun. i know a lot of old games used mazes as a primitive room design system. if you want to submit a new idea thread about it, you're welcome to it.