Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielmajeri/gomoku

GUI for the extended version of Connect Four
https://github.com/gabrielmajeri/gomoku

c-plus-plus connect-four oop

Last synced: about 1 month ago
JSON representation

GUI for the extended version of Connect Four

Awesome Lists containing this project

README

        

# Gomoku

A spin on the classic game [Connect Four](https://en.wikipedia.org/wiki/Connect_Four).

## Build instructions

This project aims to work on all modern desktop operating systems.
Besides the C++ standard library, the only external dependency is
the [SDL](https://www.libsdl.org/) library.

The code requires compiler support for the C++14 standard.
Project files are generated using [CMake](https://cmake.org/).

## Background

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.

## License

The code is licensed under the permissive [MIT license](LICENSE.txt)