Skip to content

timsueberkrueb/switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Switch

A simple game about solving matrices

Credits

Translations

Please help translating Switch on Transifex.

Installation

Ubuntu Store

Switch is available for download from the Ubuntu Store.

You can download click-packages for all available releases here.

Ubuntu Desktop

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.

Develop for Ubuntu phone

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.

License and Copyright

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.