Connect4 is a 4-in-a-row game. Name of the game is to get four markers in a row on a 7x6 sized board and is played by two players. Computer player uses a minimax search algorithm with alpha-beta pruning and iterative deepening.
· Play with a friend or against the computer.
· Change difficulty of computer player.
· Adjustable board size