summaryrefslogtreecommitdiffstats
path: root/pages/faq.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-01-13 13:09:49 -0600
committerBlueRaja <BlueRaja.admin@gmail.com>2013-01-13 13:09:49 -0600
commit56fa59a0efdcd74eb7c2c77436bfa7f598089d36 (patch)
tree298f3652f32d25179864a23ce918a9119539cadb /pages/faq.php
parent5ea763da739357ff24f5f62ed73a3ccc8d596741 (diff)
downloadpathery-56fa59a0efdcd74eb7c2c77436bfa7f598089d36.tar.xz
Added champion points to the FAQ
Diffstat (limited to 'pages/faq.php')
-rw-r--r--pages/faq.php24
1 files changed, 23 insertions, 1 deletions
diff --git a/pages/faq.php b/pages/faq.php
index 3df08eb..2cf2709 100644
--- a/pages/faq.php
+++ b/pages/faq.php
@@ -7,7 +7,8 @@ htmlHeader(array(), 'FAQ', 'How does the pathing work?');
echo soundManager2();
topbar($Links);
-include('./includes/maps.php');
+include_once('./includes/maps.php');
+include_once('./includes/championPoints.php');
// Demo maps:
@@ -72,6 +73,7 @@ Your question not here? Ask me via the <a href='feedback'>Feedback Page</a>.
<li><a href='#pathing'>How does the pathing work? / How does it choose which way to go?</a></li>
<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>
</ul>
<a name='pathing'>&nbsp;</a>
@@ -131,6 +133,26 @@ When there's more than one checkpoint, you can completely wall one off.
<? echo $demo3; ?>
<div style='clear:both'></div>
+<hr width='60%' />
+
+<a name='championPoints'>&nbsp;</a>
+<h3>What are 'Champion Points?'</h3>
+<? /*TODO: Add image here, after deciding on an image to represent champion points*/ ?>
+<p>Champion Points are a way for us to give you recognition for your skills and dedication. They work like this:
+<ul><li>Just for attempting a map, you get <?echo CP_POINTS_FOR_ATTEMPTING;?> points. That's <?echo CP_POINTS_FOR_ATTEMPTING*4;?> points a day just for clicking go!</li>
+ <li>If you tie the high score, you get anywhere between <?echo CP_MIN_WORTH;?> and <?echo CP_MAX_WORTH_SPECIAL;?> points,
+ depending on how many people tied or didn't tie the high score.</li>
+ <li>The winner of each map receives an additional small bonus.</li>
+ <? /*TODO: REVIEW AFTER PUSHING THE WEEKLY MAP UPDATE*/ //<li>On the weekly maps, <i>everyone</i> gets points! The more people you beat, the more points you'll get!</li> ?>
+ <? //<li>You also receive points for completing additional tasks, like <a href="challengelist">completing challenges</a>,
+ //<a href="achievements">getting achievements</a>!</li>, or even <a href="ADD LINK HERE">liking us on facebook</a> ?>
+</ul>
+ Make sure to play every day to receive as many points as possible!
+</p>
+
+<br />
+<div style='clear:both'></div>
+
</div>