applyInPlace($move); $opponentMove = $engine->nextMove($game); $game->applyInPlace($opponentMove); $content(); } else { require '../src/View/base.php'; }