Another ZZT Challenge - Fractal Mazes

NOTE: I HATE A LOT OF YOUR ZZT GAMES, SO WATCH OUT!

Moderators: Commodore, Zenith Nadir

Post Reply
User avatar
TTTPPP
Latest band news: "There are no news!"
Posts: 108
Joined: Sat Oct 11, 2003 7:20 pm

Another ZZT Challenge - Fractal Mazes

Post by TTTPPP »

It's been a while since Wayne Kerr's challenges, but I think I've come up with another difficult one (inspired by the Blue Maze - also by Kerr).

The task is to make a fractal maze (google it and you should come across this one). I'm pretty certain that due to the infinite nature of the maze you can't make a perfect one, but can you make a maze that allows a depth of 5 say?

I've been trying to implement the following maze, but keep running out of board space:
Image
User avatar
Zenith Nadir
this is my hammer
Posts: 2767
Joined: Wed Mar 12, 2003 11:40 am
Location: between the black and white spiders

Post by Zenith Nadir »

i like how WAYNE KERR has become flimsy's "officially recognised" name by a number of people now
he looked upon the world and saw it was still depraved :fvkk:

Overall: Rotton egg for breakfast
User avatar
Commodore
fgsdfs
Posts: 2471
Joined: Wed Mar 12, 2003 5:44 pm
Location: :noitacoL
Contact:

Post by Commodore »

much like gamemastr1
*POW* *CLANK* *PING*
Ando
2SEXY4U
2SEXY4U
Posts: 810
Joined: Sat Sep 04, 2004 1:08 am
Location: Oak Harbor, WA
Contact:

Post by Ando »

I would participate but I'm stupid with these sorts of things :(
User avatar
Flimsy
wacky morning DJ
Posts: 244
Joined: Fri Jul 09, 2004 11:23 pm
Location: The bottom of space
Contact:

Post by Flimsy »

I think i tried to DO this once

or thought about doing it and was too lazy

basically all you need is teleporters between the A and B nodes and the four paths which lead "off" the board, and walls that control whether the A or B node is connected to the paths, and also you need an object to make a record of the As and Bs gone into, that can then go back and read them off as you exit

like my turing machine but less complicated

here, i'll do it:

Image

if you have any questions, consult the help file that comes with zzt
It seems unlikely that this deeply unsatisfactory situation will be resolved by a new attempt to answer the old question; instead, as has been suggested by some of the most thoughtful students, we should expect to find that some part of the conceptual landscape in which this problematic entity resides must be reconstructed before it will come into focus.
User avatar
nps
so kawaii! so cute!
Posts: 810
Joined: Sun Jan 18, 2004 1:51 pm

Post by nps »

Zenith Nadir wrote:i like how WAYNE KERR has become flimsy's "officially recognised" name by a number of people now
I DON'T

by the way flimsy that's awesome

you're awesome

:)
User avatar
TTTPPP
Latest band news: "There are no news!"
Posts: 108
Joined: Sat Oct 11, 2003 7:20 pm

Post by TTTPPP »

I moved everything around, and battled with the number of transporters and objects I was allowed, but eventually made the following:
Image
There's a playable version here with or without objects hidden away.
I'd be interested to see a harder fractal maze implemented (or a neater version of mine).
User avatar
Flimsy
wacky morning DJ
Posts: 244
Joined: Fri Jul 09, 2004 11:23 pm
Location: The bottom of space
Contact:

Post by Flimsy »

Really none of this stuff needs to be on the same board except the record keeper and the sensors that sense when you enter a copy of the maze. The gates can be controlled on other boards from simple flags, and if you're allowed to use multiple boards you should be able to do it without any teleporters at all.
It seems unlikely that this deeply unsatisfactory situation will be resolved by a new attempt to answer the old question; instead, as has been suggested by some of the most thoughtful students, we should expect to find that some part of the conceptual landscape in which this problematic entity resides must be reconstructed before it will come into focus.
User avatar
Flimsy
wacky morning DJ
Posts: 244
Joined: Fri Jul 09, 2004 11:23 pm
Location: The bottom of space
Contact:

Post by Flimsy »

maybe i will make one after all
It seems unlikely that this deeply unsatisfactory situation will be resolved by a new attempt to answer the old question; instead, as has been suggested by some of the most thoughtful students, we should expect to find that some part of the conceptual landscape in which this problematic entity resides must be reconstructed before it will come into focus.
User avatar
ajc
Kill the stick men
Posts: 127
Joined: Mon Jul 25, 2005 9:43 am
Location: USA
Contact:

Post by ajc »

what are the best examples of this you can get right now?
Currently working on: ZZTV 11.2 Channel Escape from the Burning Building - ON HOLD
Currently Playing: Burger Joint
User avatar
Ellypses
Whaf yew vauhnt?
Posts: 145
Joined: Tue Aug 24, 2004 2:14 pm
Location: In hell called earth
Contact:

Post by Ellypses »

Wait. What? Fractal flip'it flop'a stick'n board linky shi'ta who?

It sounds cool but...y'all lost me at 'fractal'.
User avatar
Flimsy
wacky morning DJ
Posts: 244
Joined: Fri Jul 09, 2004 11:23 pm
Location: The bottom of space
Contact:

Post by Flimsy »

hmmmm, no.

i won't make one.
It seems unlikely that this deeply unsatisfactory situation will be resolved by a new attempt to answer the old question; instead, as has been suggested by some of the most thoughtful students, we should expect to find that some part of the conceptual landscape in which this problematic entity resides must be reconstructed before it will come into focus.
User avatar
TTTPPP
Latest band news: "There are no news!"
Posts: 108
Joined: Sat Oct 11, 2003 7:20 pm

Post by TTTPPP »

Jur wrote:It sounds cool but...y'all lost me at 'fractal'.
I'm not sure of the exact definition, but I thought a fractal was a shape which contains smaller copies of the whole shape within it.
With the mazes above the maze contains 'smaller' copies of the whole maze. Instead of drawing the whole maze again the smaller copies have been represented with boxes.
User avatar
Quantum P.
Level 17 Accordion Thief
Posts: 1433
Joined: Fri Sep 12, 2003 1:41 am
Location: Edmonds, WA
Contact:

Post by Quantum P. »

This might help with understanding fractals... An animation of a Koch curve, a simple fractal. It is constructed by taking a line and making a triangular peak in the center. This process turns the line into four line segments; the process is repeated for each of the segments.

Fractal mazes follow a similar pattern. You start off with a maze diagram like
the one TTTPPP posted. In each of the squares in the diagram you would insert a smaller copy of the maze. This would be repeated for the squares in the inserted mazes, and so on.
Post Reply