Web TicTacToe Game. A user can choose game type for a single player or two players. The AI player uses a minimax algorithm and is unbeatable.
Command Line Unbeatable TicTacToe
Java
TicTacToe Game for the command line. A user can choose game type for a single player or two players. The AI player uses a minimax algorithm and is unbeatable.