Connect-Four-Gaming-AI This is the implementation of Connect Four Gaming AI written in Java. It is constructed with Minimax algorithm and augmented with Alpha-Beta pruning to be any human player. To start using this console application, use the main method in MainProgram.