Files

12 lines
157 B
PHP
Raw Permalink Normal View History

2026-04-12 17:58:57 +02:00
<?php
include 'helpers.php';
// view variables
$message = "";
$grid = [0,1,0,1,0,2,2,0,0];
$playerTurn = 1; // 1 or 2
include './views/tictactoe.php';