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.
master | develop | project |
---|---|---|
ConnectThree | ||
DotMatrix | ||
RibiClasses |
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
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.