Java implementation of Tic Tac Toe utilizing the Mininmax algorithm which creates an unbeatable AI opponent.
See http://beej.us/blog/data/minimax/ for an explanation of the algorithm.
Java implementation of Tic Tac Toe utilizing the Mininmax algorithm which creates an unbeatable AI opponent.
See http://beej.us/blog/data/minimax/ for an explanation of the algorithm.