This is a simple tic tac toe game written in Java composed of two classes, TicTacToe.java which operates as the driver, and Board.java, which holds data about the game state, board state, and game logic.