https://github.com/richelbilderbeek/k3opeenrij
C++ game of connect-three with K3 theme
https://github.com/richelbilderbeek/k3opeenrij
children cpp game k3 puzzle-game qt qtcreator
Last synced: 16 days ago
JSON representation
C++ game of connect-three with K3 theme
- Host: GitHub
- URL: https://github.com/richelbilderbeek/k3opeenrij
- Owner: richelbilderbeek
- License: gpl-3.0
- Created: 2015-10-02T12:38:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T15:58:14.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T19:19:09.181Z (2 months ago)
- Topics: children, cpp, game, k3, puzzle-game, qt, qtcreator
- Language: C++
- Homepage: https://github.com/richelbilderbeek/games
- Size: 2.85 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# K3-Op-Een-Rij
Branch|[](https://travis-ci.org)|[](https://www.codecov.io)
---|---|---
master|[](https://travis-ci.org/richelbilderbeek/K3OpEenRij)|[](https://codecov.io/github/richelbilderbeek/K3OpEenRij/branch/master)
develop|[](https://travis-ci.org/richelbilderbeek/K3OpEenRij)|[](https://codecov.io/github/richelbilderbeek/K3OpEenRij/branch/develop)K3-themed game of connect-three programmed in C++ using Qt and Wt (see 'About the program' for more details).

See [screenshots](Screenshots/README.md) for more [screenshots](Screenshots/README.md).
## Build status of builds that K3-Op-Een-Rij relies on
master|develop|project
---|---|---
[](https://travis-ci.org/richelbilderbeek/ConnectThree) [](https://codecov.io/github/richelbilderbeek/ConnectThree?branch=master) | [](https://travis-ci.org/richelbilderbeek/ConnectThree) [](https://codecov.io/github/richelbilderbeek/ConnectThree?branch=master) | [ConnectThree](https://github.com/richelbilderbeek/ConnectThree)
[](https://travis-ci.org/richelbilderbeek/DotMatrix) [](https://codecov.io/github/richelbilderbeek/DotMatrix?branch=master) | [](https://travis-ci.org/richelbilderbeek/DotMatrix) [](https://codecov.io/github/richelbilderbeek/DotMatrix?branch=master) | [DotMatrix](https://github.com/richelbilderbeek/DotMatrix)
[](https://travis-ci.org/richelbilderbeek/RibiClasses) [](https://codecov.io/github/richelbilderbeek/RibiClasses?branch=master) | [](https://travis-ci.org/richelbilderbeek/RibiClasses) [](https://codecov.io/github/richelbilderbeek/RibiClasses?branch=develop) | [RibiClasses](https://github.com/richelbilderbeek/RibiClasses)## Downloads
* [Download the Windows executable](http://richelbilderbeek.nl/K3OpEenRij.zip)
## 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](http://www.boost.org), [Qt](http://www.qt.io) (for the desktop version) and [Wt](http://www.webtoolkit.eu/wt) (for the website version) libraries.
K3-Op-Een-Rij is cross-compiled using [MXE](http://mxe.cc) in the bash shell scripts.
## [Contributing](CONTRIBUTING.md)
## External links
* [Richel Bilderbeek's games](https://github.com/richelbilderbeek/Games)