D
D
DK2012-03-25 10:54:10
Android
DK, 2012-03-25 10:54:10

Multiplayer cross platform game?

There is a game ported to ios, android, meego and desktop Windows. Players take turns, no real-time action, game versions are identical. Question: what are the SDKs for creating a multiplayer part of the game that links the maximum number of platforms?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2012-03-25
@DedalX

As I understand it, the main "multiplayer" part here is the server part. It doesn’t matter what you do with the server part - it’s absolutely all the same to your client parts - they only receive data in some format and process it (XML, JSON, etc.). That is, you need to do identical processing and sending data in your client parts, and the server part for all games will be the same.

A
amoresPerros, 2012-03-26
@amoresPerros

If we are talking about some ready-made network library, then I can suggest looking towards RakNet . A wide range of platforms is supported . The library has been developed for a long time, it is used in large projects and engines. Under the Hobbyist license, it's free (up to $100K in revenue), available on PC, Mac, Linux, Android, and IOS.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question