summaryrefslogtreecommitdiffstats
path: root/pages/tutorial.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2012-09-30 18:04:57 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2012-09-30 18:04:57 -0500
commit60c8232de409d0cb6de37ef87a489049f060003d (patch)
tree46fdb1be91eb3a4db354d064363a46fbf27fdb8b /pages/tutorial.php
parent2ce5e3800ff764870c93038d0c5ed35181225a52 (diff)
downloadpathery-60c8232de409d0cb6de37ef87a489049f060003d.tar.xz
Did some more work on the challenges, to have them added to the DB when the user actually completes them. No idea if it actually works yet :)
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r--pages/tutorial.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/pages/tutorial.php b/pages/tutorial.php
index d09480c..f6517c4 100644
--- a/pages/tutorial.php
+++ b/pages/tutorial.php
@@ -36,19 +36,15 @@ playerWallEmblem = '<?PHP echo isset($wallEmblem) ? $wallEmblem : ''; ?>';
<script>
isChallenge = true;
-challengeID = 1;
-
function challengeLoad() {}
-
challenge1 = new Object();
challenge2 = new Object();
challenge3 = new Object();
challenge4 = new Object();
challenge5 = new Object();
-
challenge1.start = "The objective in this game is to create the longest <i>path</i> between the start and the finish.<br>Below is a demonstration.<br>Press <b>Go!</b>";
challenge1.complete = "Now that you see what is going on, let's move on to some puzzles.<br/>Press <b>Next</b>";