From 6b8c58ac2d4de502421acef48f4434bee605633f Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 8 Jan 2013 01:53:05 -0800 Subject: Challenges Implementation. LOTS of stuff Fixed an issue with loading best solution from logged out to logged in state. Commented out a lot of firephp stuff; feel free to uncomment. --- pages/faq.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pages/faq.php') diff --git a/pages/faq.php b/pages/faq.php index 7b3c09c..3df08eb 100644 --- a/pages/faq.php +++ b/pages/faq.php @@ -124,8 +124,8 @@ Likewise, the Red Path noted by red in the arrow may pass over Red Allow blocks:

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. +
Not many maps will contain 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