I want to develop an Android multiplayer real time game. But I'm still confuse what is the best way to do the communication. I found a few options:
I just wondering how the other realtime games did it? I would like to know the most common way of doing it with acceptable result.
I appreciate your thought. Thanks!
You can generally get better performance for a specific goal by using UDP and handling more of the network issues yourself. TCP and fancier things built on top of it try to give you reliable, ordered communications with a sense of connected sessions, but their means of insuring reliability aren't necessarily going to be the ones that are most optimum for you. On the other hand, they are easier since they do more of the work for you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With