Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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: 2024-10-27T18:41:49.379Z (3 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|[![Travis CI logo](TravisCI.png)](https://travis-ci.org)|[![Codecov logo](Codecov.png)](https://www.codecov.io)
---|---|---
master|[![Build Status](https://travis-ci.org/richelbilderbeek/K3OpEenRij.svg?branch=master)](https://travis-ci.org/richelbilderbeek/K3OpEenRij)|[![codecov.io](https://codecov.io/github/richelbilderbeek/K3OpEenRij/coverage.svg?branch=master)](https://codecov.io/github/richelbilderbeek/K3OpEenRij/branch/master)
develop|[![Build Status](https://travis-ci.org/richelbilderbeek/K3OpEenRij.svg?branch=develop)](https://travis-ci.org/richelbilderbeek/K3OpEenRij)|[![codecov.io](https://codecov.io/github/richelbilderbeek/K3OpEenRij/coverage.svg?branch=develop)](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).
![K3-Op-Een-Rij game version 7.0](Screenshots/K3OpEenRij_7_0.png)
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
---|---|---
[![Build Status](https://travis-ci.org/richelbilderbeek/ConnectThree.svg?branch=master)](https://travis-ci.org/richelbilderbeek/ConnectThree) [![codecov.io](https://codecov.io/github/richelbilderbeek/ConnectThree/coverage.svg?branch=master)](https://codecov.io/github/richelbilderbeek/ConnectThree?branch=master) | [![Build Status](https://travis-ci.org/richelbilderbeek/ConnectThree.svg?branch=develop)](https://travis-ci.org/richelbilderbeek/ConnectThree) [![codecov.io](https://codecov.io/github/richelbilderbeek/ConnectThree/coverage.svg?branch=master)](https://codecov.io/github/richelbilderbeek/ConnectThree?branch=master) | [ConnectThree](https://github.com/richelbilderbeek/ConnectThree)
[![Build Status](https://travis-ci.org/richelbilderbeek/DotMatrix.svg?branch=master)](https://travis-ci.org/richelbilderbeek/DotMatrix) [![codecov.io](https://codecov.io/github/richelbilderbeek/DotMatrix/coverage.svg?branch=master)](https://codecov.io/github/richelbilderbeek/DotMatrix?branch=master) | [![Build Status](https://travis-ci.org/richelbilderbeek/DotMatrix.svg?branch=develop)](https://travis-ci.org/richelbilderbeek/DotMatrix) [![codecov.io](https://codecov.io/github/richelbilderbeek/DotMatrix/coverage.svg?branch=master)](https://codecov.io/github/richelbilderbeek/DotMatrix?branch=master) | [DotMatrix](https://github.com/richelbilderbeek/DotMatrix)
[![Build Status](https://travis-ci.org/richelbilderbeek/RibiClasses.svg?branch=master)](https://travis-ci.org/richelbilderbeek/RibiClasses) [![codecov.io](https://codecov.io/github/richelbilderbeek/RibiClasses/coverage.svg?branch=master)](https://codecov.io/github/richelbilderbeek/RibiClasses?branch=master) | [![Build Status](https://travis-ci.org/richelbilderbeek/RibiClasses.svg?branch=develop)](https://travis-ci.org/richelbilderbeek/RibiClasses) [![codecov.io](https://codecov.io/github/richelbilderbeek/RibiClasses/coverage.svg?branch=develop)](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)