Skip to content

MohammedEAbdelAziz/cpp-connect4-noGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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