Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 3.87 KB

README.md

File metadata and controls

50 lines (33 loc) · 3.87 KB

K3-Op-Een-Rij

Branch Travis CI logo Codecov logo
master Build Status codecov.io
develop Build Status codecov.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

master develop project
Build Status codecov.io Build Status codecov.io ConnectThree
Build Status codecov.io Build Status codecov.io DotMatrix
Build Status codecov.io Build Status codecov.io 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.

External links