TicTacToeAndroid is a Unity project with both Android and Windows support. The game is a modified version of the Tic-Tac-Toe implementation from this Unity tutorial. The game adds an AI opponent which utilizes the MiniMax algorithm, and will always select perfect moves.