How to create an online multiplayer game [closed]

3

Good community, I made a small game for android which I would like to add an online game mode against another person, I would like to be guided as this would be done, if I have to create a database etc, I do not need to Explain step by step but guide me where to investigate, thank you very much

    
asked by kalantos 15.08.2016 в 05:53
source

1 answer

2

I recommend you read

Adding Real-time Multiplayer Support to Your Android Game (English)

In github there are examples to implement multiplayer games.

link

Most of the documentation is not in Spanish but I recommend you open the examples in your IDE so that you can review the implementation.

    
answered by 15.08.2016 / 06:04
source