Subject: "How I do hard mazes:" Previous topic | Next topic
Printer-friendly copy Email this topic to a friend CF Website
Top General Discussions Announcements Twist the Season to Be Jolly Topic #30
Show all folders

ValkenarFri 06-Dec-13 05:29 PM
Member since 04th Mar 2003
1203 posts
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#32, "How I do hard mazes:"


          

I create a kind of map that looks like this:

1: copper
2: agate
3: prism
4: figurine

1n1e2s3w3
2n2e2s1w#
3n2e1s2w4
4n1e$s3w2

The first section uniquely identifies each room, so there are four rooms in this maze and each one has an object I've dropped: a single copper, an agate, a prism, and a figurine. It's built like this:

Start out with nothing written, and you're in a room
1: ???

1:n?e?s?w?

Drop something - a copper maybe
1: copper

Now go north. If you end up in a room with a copper you know you've gone back to 1, so we replace the n? with n1, like this:
1: copper

1:n1e?s?w?

Now go east. If we end up with a fish mark it as above, but if we end up in a room with nothing on the ground, then drop something else, say, an agate, and mark it like this:
1: copper
2: agate

1:n1e2s?w?
2:n?e?s?w?

Now we're in room 2, so we move and end up back in room 2, so we mark it
1: copper
2: agate

1:n1e2s?w?
2:n2e?s?w?

Etc. The advantage of this method is that if the maze resets on you, you still have a unique item in every room. You can build up the exits pretty quickly once the rooms are uniquely identified. If it's a static maze then you have a permanent record of the maze. You can do it by dropping copper counts, but I find that more confusing, personally and it has to be items and not copper because it's easier to see fig(12) than to pick up the copper to see how much was there and drop it again. You can also see which directions you haven't tried, in case there's something interesting there, and you know when you've fully completed the maze.

  

Alert | IP Printer Friendly copy | Reply | Reply with quote

TopicDecember 6 - Mazes [View all] , Twist, Fri 06-Dec-13 01:13 PM
Reply A real method..., Tac, 09-Dec-13 06:00 PM, #7
Reply RE: December 6 - Mazes, Hutto, 08-Dec-13 08:48 PM, #6
Reply Holy crap, Zephon, 07-Dec-13 08:25 PM, #5
Reply I use the same method for brute force, KaguMaru, 07-Dec-13 11:42 AM, #4
Reply 4th Type of Maze - Disjoint Rooms?, Straklaw, 07-Dec-13 12:13 AM, #3
Reply How I do hard mazes:, Valkenar, 07-Dec-13 12:13 AM #2
Reply The problem with this method..., Klaak, 10-Dec-13 10:31 AM, #8
Reply Memories, Exit, 06-Dec-13 02:28 PM, #1
Top General Discussions Announcements Twist the Season to Be Jolly Topic #30 Previous topic | Next topic