Infinite-Dango-Studios / ganbatte

A visual novel / dating sim game created with Ren'Py.
1 stars 3 forks source link

Decide on Andorid support #22

Closed ExcaliburZero closed 9 years ago

ExcaliburZero commented 9 years ago

The Ren'Py engine its self is able to compile games to work on Windows, Mac, Linux, Android, and iOS. Currently, as it is, Ganbatte should be able to work with Windows, Mac, and Linux. If I remember correctly, Apple does not allow open source programs on its iOS store, so we can't release the game on iOS. However, I could look into compiling the game for Android systems.

What do you guys think about making the game available on Android? I should be able to get it working with Android, but do you think it would be worth doing?

ExcaliburZero commented 9 years ago

I have added some basic Android support with cfa1a2651f6d20984141eebf6632c46da5aa30f3 . I have yet to test it out an an actual Android device, but it should likely work.

Unfortunately I have been unable to implement anything with Travis CI to test the game's Android build, but it should be mostly covered by the Lint script.

If anyone wants to try the Android build, please let me know and I can send you a copy of the current version.

Since basic support for Android has now been added, I will close this issue.