Praza Immortal

Praza Immortal

  • NA
  • 1
  • 655

How to implement Minimax Search to TicTacToe game

Jun 2 2014 8:42 AM
this game is user plays against the computer, which should never lose.(i.e. the computer always wins or draws).and this game should use a single String to store the board moves.I have made the TicTacToe without the minimax tree. but i do want to learn how to implement the minimax tree inside my code.
I really appreciate the if anyone comes with the code for it.