Normal'; break; case "hard": case "3": $maptype = 3; $hard = 'Complex'; break; case "day": case "4": $maptype = 4; $special = "$special"; break; case "easy": case "1": default: $maptype = 1; $easy = 'Simple'; } //$motd = getMapOfTheDay(); $motd = MapOfTheDay($maptype); topbar($Links); $mapID = $motd['id']; $map = $motd['map']; $userID = $_SESSION['userID']; $date = date("m-d-y"); //$mergesolution = mergeMapSolution($map, $mysolution); $topscores = topScores($motd['id'], 30); $topscorediv = "
\n$topscores\n
"; $mergesolution = $map; //Like button //
I made a like button! I'm not sure what happens if you press it. // //
Let me know if it makes your computer explode or something. ?>

News:
We've moved to pathery.com (look up, you're already there)! You'll need to re-login with Google.
Don't worry – we've saved all your solutions and history (soon you'll even be able to see them! hehe).

Maps for :



New maps are generated daily at 9:00 PM Pacific Time.

New? Check out How to Play
The object of the game is to make the longest maze.
Sign in using Google to have your best solution saved. "; echo "
$date
$easy | "; echo "$normal | "; echo "$hard | "; echo "$special"; echo DisplayMap($mergesolution, $mapID); $mysolution = getSolution($userID, $mapID); $solutiondiv .= "