
Dan K. answered 10/24/22
Software Engineer in Aerospace
This is can be looked at as an adversarial problem, so you could use one of the Algorithms in that category.
Personally, I would use bayesian logic to compute the next probable move.
Maxwell L.
asked 10/06/22I have made a basic tic tac toe game which fills the board with X's and O's and checks for a winner/draw. How can I implement the minimax algorithm to 1) check for the next best move when the game is at a certain state?2) play the full game from the start against an AI using the algorithm?
Dan K. answered 10/24/22
Software Engineer in Aerospace
This is can be looked at as an adversarial problem, so you could use one of the Algorithms in that category.
Personally, I would use bayesian logic to compute the next probable move.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.