diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-11-26 22:07:21 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-11-26 22:07:21 -0800 |
commit | 19771b6163b58cd6c3ffaad9272e93d4f0fbb140 (patch) | |
tree | 96e521406f610910bed805c3069bf74ae9737f06 /pages/tutorial.php | |
parent | 8dd59adfec801f631313e0f8562c64165c38fd4f (diff) | |
download | pathery-19771b6163b58cd6c3ffaad9272e93d4f0fbb140.tar.xz |
Minor
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r-- | pages/tutorial.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/tutorial.php b/pages/tutorial.php index f6517c4..d09480c 100644 --- a/pages/tutorial.php +++ b/pages/tutorial.php @@ -36,15 +36,19 @@ 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>";
|