Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gabrielmajeri/gomoku
- Owner: GabrielMajeri
- License: mit
- Created: 2019-03-13T06:48:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T04:45:56.000Z (over 5 years ago)
- Last Synced: 2024-11-05T09:47:36.262Z (3 months ago)
- Topics: c-plus-plus, connect-four, oop
- Language: C++
- Homepage:
- Size: 216 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)