-
The game of Connect Four is played by two players (Computer Vs Player or player 1 Vs player 2)
-
Program accepts commands for undo, loading and saving the current game board.
- Program is compiled by g++ on Linux.
- Project folder contains a Makefile for compilation.