K3-Op-Een-Rij

July 7, 2018 ยท View on GitHub

BranchTravis CI logoCodecov logo
masterBuild Statuscodecov.io
developBuild Statuscodecov.io

K3-themed game of connect-three programmed in C++ using Qt and Wt (see 'About the program' for more details).

K3-Op-Een-Rij game version 7.0

See screenshots for more screenshots.

Build status of builds that K3-Op-Een-Rij relies on

masterdevelopproject
Build Status codecov.ioBuild Status codecov.ioConnectThree
Build Status codecov.ioBuild Status codecov.ioDotMatrix
Build Status codecov.ioBuild Status codecov.ioRibiClasses

Downloads

Building

On a terminal, do:

sudo apt-get install libqt5svg5-dev
git clone https://github.com/richelbilderbeek/K3OpEenRij.git
cd K3OpEenRij
./download_other_githubs.sh
qmake K3OpEenRijDesktop.pro
make
./K3OpEenRijDesktop

About the program

K3-Op-Een-Rij is programmed in C++14 using the STL, Boost, Qt (for the desktop version) and Wt (for the website version) libraries.

K3-Op-Een-Rij is cross-compiled using MXE in the bash shell scripts.

Contributing