diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-01-29 15:55:36 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-01-29 15:55:36 -0800 |
commit | 93dedabedfeb6d86b204fc4a82ed15457bd7b503 (patch) | |
tree | 661b2217cbd5d1f6786cae424bfb206fee8a44f7 /pages/faq.php | |
parent | c27de597e60a7afcbded6a559cf4b95ae5ca277f (diff) | |
download | pathery-93dedabedfeb6d86b204fc4a82ed15457bd7b503.tar.xz |
FAQ; A little bit about 'cheating'/solvers and Theme Song
Diffstat (limited to 'pages/faq.php')
-rw-r--r-- | pages/faq.php | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/pages/faq.php b/pages/faq.php index 95b0b87..7d38de4 100644 --- a/pages/faq.php +++ b/pages/faq.php @@ -74,6 +74,8 @@ Your question not here? Ask me via the <a href='feedback'>Feedback Page</a>. <li><a href='#multipath'>How does Multi-path work? (Two paths at once)</a></li>
<li><a href='#greed'>More than one of the same checkpoint?</a></li>
<li><a href='#championPoints'>What are 'Champion Points?'</a></li>
+ <li><a href='#cheaters'>Can players cheat?</a></li>
+ <li><a href='#themesong'>Does Pathery have a theme song?</a></li>
</ul>
<a name='pathing'> </a>
@@ -149,10 +151,36 @@ When there's more than one checkpoint, you can completely wall one off. </ul>
Make sure to play every day to receive as many points as possible!
</p>
+<hr width='60%' />
+
+<a name='cheaters'> </a>
+<h3>Can players cheat?</h3>
+<p>We'll assume you mean, "Can you write a solver?". Yes, and No...
+<br />The Pathery problem is a NP-Complete problem (With or without teleports).
+<br />You might think you have the best solution, or point at the scoreboard and show me that 30 people are tied at this top score.
+But, you cannot mathmatically PROVE your solution is the best. And for this same reason, solvers are weak. (It would take years for
+ a computer to prove a solution is the best - I give you 24 hours.)
+<br /><i>The larger and more complicated the map, the greater advantage a human brain has over a computer.</i>
+<br />This is what motivated me to make this game. And why it continues to hold my love.
+<br />So no, you can't write a solver, but Yes, you can write a <b>Pathery AI</b>. Pathery AI's do exist, and can find limited success depending on the map.
+<br />You can read more about this topic @ <a href='http://www.mazetheory.com/'>Mazetheory.com</a>.
+<br />
+<br />Pathery has similar properties as the <a title='Wiki' href='http://en.wikipedia.org/wiki/Longest_path_problem' target='top'>The Longest Path Problem (wiki)</a>
+</p>
+<hr width='60%' />
+
+<a name='themesong'> </a>
+<h3>Does Pathery have a theme song?</h3>
+<p>Wow, I'm surprised you asked! We do! <i>by Daniel Jay Barrett.</i>
+</p>
+<audio controls>
+ <source src="sounds/music/find_the_longest_path.mp3" type="audio/mpeg">
+<a href='sounds/music/find_the_longest_path.mp3' target='top'>Find The Longest Path Song</a>
+</audio>
<br />
-<div style='clear:both'></div>
+<br /><br />
</div>
|