A simple game about solving matrices
- Many thanks to Andrew Penkrat for his help and contribution ensuring Switch generates systems with one and only one solution 😉
- Thanks to Stuart Langridge for testing, design input and QA.
- Thanks to Sam Hewitt for creating the Ubuntu Icon Resource Kit which was used to create the application icon.
- Thanks to all translators on Transifex.
Please help translating Switch on Transifex.
Switch is available for download from the Ubuntu Store.
You can download click-packages for all available releases here.
Make sure you have all dependencies installed:
sudo apt update
sudo apt install qt5-default
sudo apt install qtdeclarative5-dev qtbase5-dev
sudo apt install libqt5svg5-dev
Clone, build and run:
git clone https://github.com/tim-sueberkrueb/switch
cd switch
qmake; make
./switch.timsueberkrueb
Tested on Ubuntu 16.04.
Make sure you have the Ubuntu SDK installed.
Open the project (File > Open file or project > Select switch.timsueberkrueb.pro
)
Select and/or create all necessary build kits in the Projects
tab.
Attach a device and click the run button.
Copyright © 2016 Tim Süberkrüb and contributors
This application is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
See LICENSE for more information. See CONTRIBUTORS.md for a list of all contributors.