A spin on the classic game Connect Four.
This project aims to work on all modern desktop operating systems. Besides the C++ standard library, the only external dependency is the SDL library.
The code requires compiler support for the C++14 standard. Project files are generated using CMake.
This project was written for the Object Oriented Programming course at the Faculty of Mathematics and Computer Science, University of Bucharest.
The objective was to implement a GUI with support for the Swap and Swap2 game rules in C++, using object-oriented programming.
The code is licensed under the permissive MIT license