A Connect 4 command line game written in Java. The game allows users to choose between two game modes: 1v1 or 1vC. The logic for the AI relies heavily on the minimax algorithm. The command lind prompts users to pick 'R or L' which will act as their identifier. The user than picks a number to represent where they'd like to play on the board. The game runs until the user or the AI wins.