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
- Host: GitHub
- URL: https://github.com/timsueberkrueb/switch-reloaded
- Owner: timsueberkrueb
- License: gpl-3.0
- Created: 2016-12-24T20:02:10.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2019-08-17T10:30:38.000Z (about 6 years ago)
- Last Synced: 2025-07-09T13:55:58.143Z (3 months ago)
- Topics: educational-game, linear-algebra, switch, switch-reloaded
- Language: QML
- Homepage:
- Size: 95.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.GPLv3
Awesome Lists containing this project
README
## Switch Reloaded
[](https://www.gnu.org/licenses/gpl-3.0.html)
[](https://github.com/timsueberkrueb/switch-reloaded/releases)
[](https://travis-ci.org/timsueberkrueb/switch-reloaded)
[](https://github.com/timsueberkrueb/switch-reloaded/issues)
[](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.