Press GO!
echo "
Previous |
Next ";
$challenge1[] = "sooraooof";
$challenge1[] = "sooorooof";
$challenge1[] = "sooooooof";
$challenge1[] = "sooooooof";
$challenge1[] = "sooooooof";
$myparams['checkpoints'] = 1;
$myparams['teleports'] = 0;
$myparams['walls'] = 2;
$map1 = GenerateShapedMap($challenge1, $myparams);
$challenge2[] = "soooraoof";
$challenge2[] = "sooooroof";
$challenge2[] = "sooooooof";
$challenge2[] = "sooroooof";
$challenge2[] = "soobrooof";
$myparams['checkpoints'] = 2;
$myparams['teleports'] = 0;
$myparams['walls'] = 4;
$map2 = GenerateShapedMap($challenge2, $myparams);
$challenge3[] = "soooraoof";
$challenge3[] = "sooooroof";
$challenge3[] = "sooooooof";
$challenge3[] = "sooroooof";
$challenge3[] = "soobrooof";
$myparams['checkpoints'] = 1;
$myparams['teleports'] = 0;
$myparams['walls'] = 4;
$map3 = GenerateShapedMap($challenge3, $myparams);
echo DisplayMap($map1, 1);
echo "
";
echo "
map2";
echo "
";
//echo DisplayMap($map2, 2);
//$mysolution = getSolution($userID, $mapID);
//$solutiondiv .= "
";
//$solutiondiv .= "
";
//$solutiondiv .= $mapID.":".$mysolution;
//$solutiondiv .= '
';
//echo $solutiondiv;
?>