Z0q
Z0q

Reputation: 1893

Is it possible to integrate Google Play Games Services Realtime Multiplayer into LibGDX for both Android and iOS?

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

Answers (1)

Marius
Marius

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

Related Questions