From e284051105d820c5df1487fc0c811a01a0883472 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Wed, 26 Dec 2012 12:40:35 -0800 Subject: Overhauled the FAQ with Demo's Fixed a bug with PHP 5.4 number_format change --- pages/faq.php | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 80 insertions(+), 1 deletion(-) (limited to 'pages/faq.php') diff --git a/pages/faq.php b/pages/faq.php index 0fccf4c..7b3c09c 100644 --- a/pages/faq.php +++ b/pages/faq.php @@ -4,7 +4,62 @@ htmlHeader(array(), 'FAQ', 'How does the pathing work?');
@@ -16,6 +71,7 @@ Your question not here? Ask me via the Feedback Page.   @@ -31,6 +87,10 @@ This means that the path will go UP as far as it can first – then right, d
So, BOTTOM LEFT, from TOP RIGHT? If you answer "DOWN then LEFT" you are correct!
If you answered "uhhmm.. what's up with the directions in caps?" then you get a bonus point!
Remember, teleports are traps and do not effect the path choice. +

Demo 1

+ +
+


@@ -50,7 +110,26 @@ But they can't cross Red blocks: Likewise, the Red Path noted by red in the arrow may pass over Red Allow blocks:

-12-12-12: - I'm going to update this answer in like 8 hours with some examples... So; if you're reading this. Hi! +

Demo 2

+ +
+ +
+ +  +

More than one of the same checkpoint?

+
+
+ +

The pathing is very greedy. It's only looking at it's next target. +It does not look at the big-picture. You can use this to your advantage. +When there's more than one checkpoint, you can completely wall one off. +
Not many maps contain will more than one of any checkpoint. +
The below demo demonstrates it's greed. - The path will actually be shorter if you wall the bottom A. + +

Demo 3

+ +
-- cgit v1.2.3