Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 708 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 708 Bytes

Connect 4 Game

Dump Computer, No GUI, C++

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