thewierdnut / endless-mobile

Space exploration, trading, and combat game.
https://endless-sky.github.io/
GNU General Public License v3.0
116 stars 8 forks source link

Endless Mobile

This is a fork of endless-sky that will attempt to add android support, as well as touchscreen and user interface updates that should make it useful for other platforms as well.

The android branch will be the main branch that developement takes place against, and the master branch will be the lastest endless-sky branch that the master branch is based on.

<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">

CI builds

If you are feeling particularly brave, you can try out one of the debug apks generated by the CI build

Build Instructions

Desktop build

Development is done using CMake to compile the project. Most popular IDEs are supported through their respective CMake integration. SCons was the primary build tool up until 0.9.16, and some files and information continue to be available for it.

For full installation instructions, consult the Build Instructions readme.

Android build

Android builds are self contained within the android/ folder. See the Build Instructions there for more details.