From 9f3a7ca806638f6f33387ab80d85fff5a019cc3b Mon Sep 17 00:00:00 2001 From: raylu Date: Wed, 9 Nov 2011 03:01:51 -0800 Subject: tutorial pagination --- pages/tutorial.php | 151 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 92 insertions(+), 59 deletions(-) (limited to 'pages/tutorial.php') diff --git a/pages/tutorial.php b/pages/tutorial.php index f40845f..ba8d21b 100644 --- a/pages/tutorial.php +++ b/pages/tutorial.php @@ -1,74 +1,71 @@ - + + - + - - -
-

-
-The point of this game is to create the longest path between the start and the finish -
Press Go! -
-
-
+
+
+

+ The point of this game is to create the longest path between the start and the finish. +

+ Press Go! +

+
Previous | Next "; //Prepare maps. $example1[] = "sraoorooof"; @@ -199,25 +224,33 @@ $myparams['teleports'] = 1; $myparams['walls'] = 5; $map5 = GenerateShapedMap($challenge5, $myparams); - //Display maps. -echo "
Target: 35 moves."; +echo ''; ?> + +
+ + +
- - - + + + -- cgit v1.2.3