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

https://github.com/timsueberkrueb/switch-reloaded

Simple game about linear algebra
https://github.com/timsueberkrueb/switch-reloaded

educational-game linear-algebra switch switch-reloaded

Last synced: about 2 months ago
JSON representation

Simple game about linear algebra

Awesome Lists containing this project

README

          

## Switch Reloaded

[![License](https://img.shields.io/badge/license-GPLv3.0-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
[![GitHub release](https://img.shields.io/github/release/timsueberkrueb/switch-reloaded.svg)](https://github.com/timsueberkrueb/switch-reloaded/releases)
[![Build Status](https://travis-ci.org/timsueberkrueb/switch-reloaded.svg?branch=develop)](https://travis-ci.org/timsueberkrueb/switch-reloaded)
[![GitHub issues](https://img.shields.io/github/issues/timsueberkrueb/switch-reloaded.svg)](https://github.com/timsueberkrueb/switch-reloaded/issues)
[![Maintained](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/timsueberkrueb/switch-reloaded/commits/develop)

A simple game about linear algebra.

### Dependencies
* Qt >= 5.7 with at least the following modules is required:
* [qtbase](http://code.qt.io/cgit/qt/qtbase.git)
* [qtdeclarative](http://code.qt.io/cgit/qt/qtdeclarative.git)
* [qtquickcontrols2](http://code.qt.io/cgit/qt/qtquickcontrols2.git/)
* [qtgraphicaleffects](http://code.qt.io/cgit/qt/qtgraphicaleffects.git)

### Build

```sh
mkdir build && cd build
qmake ..
make
```

### Credits
Many thanks to Hendrik Süberkrüb for creating the application icon.

Many thanks to [Andrew Penkrat](https://github.com/aldrog) for his help and contribution ensuring Switch generates systems with one and only one solution. :wink:

Thanks to [Stuart Langridge](https://github.com/stuartlangridge) for testing, design input and QA.

### License
Switch Reloaded contains icons from the [Ionicons icon set](https://github.com/driftyco/ionicons) which are licensed under the [MIT license](res/icons/LICENSE.MIT).

Licensed under the terms of the GNU General Public License version 3 or, at your option, any later version.