This is a C++ Game of Connect Four. The 1 player version has the player compete against a bot that follows a general set of rules to determine its next move. The 2 player version has both players competing against each other. The game is played on a 6x7 board, and the first player to get four of their pieces in a row wins.
This project is licensed under the MIT License.