tic tac toe vs Jev

First to three in a row wins.

Your turn (X)

You (X)
0
Draws
0
Jev (O)
0
State / debug

Current state

{
  "board": [
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null
  ],
  "board_rows": [
    "_ _ _",
    "_ _ _",
    "_ _ _"
  ],
  "next_player": "X",
  "legal_moves": [
    0,
    1,
    2,
    3,
    4,
    5,
    6,
    7,
    8
  ],
  "move_history": []
}

Last Jev response

No response yet.