Mobile game?

What would you like to see in Freeciv? Do you have a good idea what should be improved or how?
Post Reply
Memeboiii
Posts: 4
Joined: Mon Sep 11, 2017 12:39 am

Mobile game?

Post by Memeboiii »

Is there any chance that a mobile game, probably downloadable, will ever come into existence? I have absolutely no technical skills to make this happen but I am willing to put my money where my mouth is.
User avatar
Corbeau
Elite
Posts: 1292
Joined: Mon Jan 13, 2014 11:13 pm

Re: Mobile game?

Post by Corbeau »

How mobile? I think Freeciv is available on Android.
--
* Freeciv LongTurn, a community of one-turn-per-day players and developers
* LongTurn Blog - information nexus with stuff and stuff and stuff
* Longturn Discord server; real-time chatting, discussing, quarrelling, trolling, gaslighting...
louis94
Hardened
Posts: 270
Joined: Thu Apr 25, 2013 10:17 pm
Location: Belgium

Re: Mobile game?

Post by louis94 »

There is an unofficial port of Freeciv for Android, although it's lagging behind. A native iOS app will probably never happen because of legal requirements for App Store apps.
javaxubuntu
Posts: 32
Joined: Wed Sep 20, 2017 10:57 am

Re: Mobile game?

Post by javaxubuntu »

I created a fork of this android project to add more features, and I just fixed some lagging issues.
https://github.com/javaxubuntu/freeciv-android/
This app is not ready for a release because the tech tree is broken, but the "set tech goal" feature works, the app is usable, I play with it, and I use an image file to view the tech tree: https://upload.wikimedia.org/wikipedia/ ... y_tree.png

To create an apk, checkout the source code, install Android SDK and Android NDK r12b, edit configure_project.sh to update the sdk_dir and ndk_dir variables, put android, adb and ndk-build in your PATH, and run:
pip install python-for-android
(this installs the "p4a" program)
then:
./configure_project.sh
make -C android debugapk

If you want, I can also provide an APK.
Post Reply