Reputation: 1893
I have integrated real-time multiplayer in LibGDX for Android. Now I am wondering how to implement it also for iOS. I have a few questions:
Is this possible?
Can Android and iOS players play together?
What are the possible ways to implement?
Upvotes: 0
Views: 244
Reputation: 412
It is possible, of course. Have a look at interfacing. For the iOS app I would use the Multi-OS engine. Use the normal gdx-setup jar file to create moe module.
Upvotes: 1