Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)