thewierdnut / endless-mobile

Space exploration, trading, and combat game.
https://endless-sky.github.io/
GNU General Public License v3.0
92 stars 6 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

Most development is done on using the SCons build tool to compile the project. For those wishing to use an IDE, project files are provided for XCode and Code::Blocks to simplify the project setup. It is possible to use other IDEs or build systems to compile the game, but support is not provided. 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.