K3-Op-Een-Rij
July 7, 2018 ยท View on GitHub
| Branch | ![]() | ![]() |
|---|---|---|
| master | ||
| develop |
K3-themed game of connect-three programmed in C++ using Qt and Wt (see 'About the program' for more details).

See screenshots for more screenshots.
Build status of builds that K3-Op-Een-Rij relies on
| master | develop | project |
|---|---|---|
| ConnectThree | ||
| DotMatrix | ||
| RibiClasses |
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.

