-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS support #315
Comments
How do you imagine controlling the game? There will be lots of small buttons, nearly impossible to press with that small touchscreen. We'd need a completely different UI, but it would be possible in theory. Do iOS programs support C++ and Python? Does iOS support OpenGL? But I must admit this will get about as much love from the developers as our windows port (protip: near to zero). If you can port openage though, go for it, if the code is ok it will land upstream. |
Related: #302 |
I think you need to pay money to get permission to develop for iOS, or something? |
I do agree that there's no decent strategy game for iOS at this point. |
Can you even play strategy games, without a mouse? |
Better yet, who can play without a keyboard? |
Objective-C/++ is a superset of C/++, and so iOS does support cpp. I have never used Python in iOS, but it does seem to be possible (http://pythonhosted.org/pyobjc/). There does not seem to be any technical limitations, only interface ones. If this route is ever to be explored, I would suggest using a crossplatform mobile solution, so that Android applications would be supported without too much additional work. |
One could "theoretically" exploit the multitouch. One finger to select, press-and-hold for right click, press-and-hold two fingers for shift-right-click, drag three-fingers for scroll, press-and-hold x fingers while tapping selected units for complex selection tricks. Keyboard is so much more refined though.. |
I’m glad I’m reading this question. I was thinking about creating a game AOE-like for iOS from months. I love AOE but I think that would be quite unplayable an exact copy of the game (a port) for an iPhone. I’m reading also the #302. I think all these are just not issues of course. But they are a clear sign that we should conquer new territories. Maybe for the watch we cannot make a port but as I already suggested #1005 we could make a companion app (– vibrates “red are attacking you, Sir!” or “new message from ally! (always miss them, I’m too concentrated while plying AOE)) or a watch face if they would be implemented. Little Edit: |
It would be good to the the game on the iPad, they are especially playable with Apple Pencil or using the new mouse support in iOS 13. I already lost a couple of hours to openTTD and it was really fun on the big iPad Pro using Apple Pencil. |
Can anybody add iOS support? There is no good strategy games in the App Store at all!
The text was updated successfully, but these errors were encountered: