tic-tac-toe-minimax icon indicating copy to clipboard operation
tic-tac-toe-minimax copied to clipboard

suboptimal move

Open mrdcvlsc opened this issue 1 year ago • 0 comments

the minimax implementation can't find the optimal move in these input.

Player X input.

  • (0, 1) > (1, 0) > (2, 1)
  • (0, 0) > (2, 0) > (0, 2)

mrdcvlsc avatar Jun 28 '23 17:06 mrdcvlsc