A simple game of Connect 4 that can be played in the terminal.
The players are represented as "X" and "O", and each move is inputted as the column where the current player's token will be placed.
Run the C++ source file in your desired code editor, or run the .exe file in the folder.