<?php
include '/var/www/html/inc/head.php';
include '/var/www/html/inc/puzzle.inc.php';
echo '<h1>Puzzle Solver</h1><center>';
// -------- M A I N -------------
// --- generated by python pyPuzzleUPD ---
    $sol = getSol('00035',$idx);
    if ($opt=="b")  showAnimate('00035',$sol,1);
    else showAnimate('00035',$sol,0);
    if ($opt=="p")  showPart($sol);
    if ($opt=="i")  showIni(00035);
    if ($opt=="n")  showNotPart('00035');
    if ($opt=="l")  showLayer($sol);
    if ($opt=="m")  showMeta('00035');
    if ($opt=="A")  showListAll('00035');
    if ($opt=="a")  showAllParts($Dim);
    if ($opt=="rx")  showRot($sol,'x');
    if ($opt=="ry")  showRot($sol,'y');
    if ($opt=="rz")  showRot($sol,'z');
echo '</table>';
include '/var/www/html/inc/foo.php';?>
