summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog/changelog.txt18
-rw-r--r--pages/tutorial.php10
2 files changed, 23 insertions, 5 deletions
diff --git a/changelog/changelog.txt b/changelog/changelog.txt
index 5aca7cf..4489604 100644
--- a/changelog/changelog.txt
+++ b/changelog/changelog.txt
@@ -1,6 +1,24 @@
=================
== NamePending ==
=================
+04-04-11
+ Setup the leaderboard to show every solution from yesterday. - Snap
+ Modified loadSol() JS function to support other calls. - Snap
+ Added col1 and col2 classes for the columns. They're now used on the homepage and leaderboard page. - raylu
+ The leaderboard specific CSS is in statsstyle.css. It's currently included on all pages, unfortunately. - raylu
+ Cleaned up the leaderboard.php code duplication. - raylu
+ Added some Javascript to only show one stats section at a time on the leaderboard page. - raylu
+
+04-03-11
+ Fixed a database related issue, solution size was insuffecient. - Snap
+ Preferences for mute/speed is now saved - Snap
+ Facebook page semi-started (awaiting name?) - Snap
+
+03-28-11 - 03-31-11
+ Added maps-per-day. - Snap
+ A few map-types designed and added. - Snap
+ Added deny all .htaccess to /pages. - Snap
+
03-27-11
Added yesterdays best solution to leaderboard. - Snap
diff --git a/pages/tutorial.php b/pages/tutorial.php
index 3ce0d06..c81c0e3 100644
--- a/pages/tutorial.php
+++ b/pages/tutorial.php
@@ -23,7 +23,7 @@ function challengecomplete(mapid) {
updateDsp(1, 'instructions', 'Great Job!<br />Lets move on to the next shall we?')
} else {
//challengehint();
- updateDsp(1, 'instructions', 'Place some walls<br />What would make it travel the longest?')
+ updateDsp(1, 'instructions', 'As you can see, the path travels from the Start to A to Finish.<hr />Place 2 walls where it\'s flashing to make the path longer')
flashelement('1,instructions', 2, '#cce', 700);
setTimeout("flashelement('1,3,5', 10, '#cce', 760);", 1500);
setTimeout("flashelement('1,4,6', 10, '#cce', 760);", 1500);
@@ -50,10 +50,10 @@ include('./includes/datas.php');
?>
<div class="col2" style="text-align: center">
<br /> <br />
-<strong><p id='1,instructions'>
-Press GO!
-<br /> &nbsp;
-</p>
+<strong><div style='height:80px;' id='1,instructions'>
+The point of this game is to create the longest <i>path</i> between the start and the finish
+<hr />Press Go!
+</div>
</strong>
<br />
<?