Skip to content

richelbilderbeek/K3OpEenRij

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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