FCAI OOP Assignment
This was designed as part of an assignment focusing on OOP and Code reuseability using C++
Download from here
If you want to build it yourself you need:
1- Any C++ compiler (e.g. g++)
2- Make on Linux/Mac, Ninja on Windows
3- CMake
Building:
-
Clone the repository:
git clone https://github.com/MohammedEAbdelAziz/cpp-connect4-noGUI
-
Navigate to the project directory:
cd cpp-connect4-noGUI
-
Build the game:
mkdir build cd build cmake .. make # or ninja