Android real time multiplayer over LAN
Posted
by
Heigo
on Game Development
See other posts from Game Development
or by Heigo
Published on 2012-12-06T08:16:33Z
Indexed on
2012/12/06
17:23 UTC
Read the original article
Hit count: 201
I've developed several games for the android platform and now planning to create my first multiplayer game. What I have in mind is basically just a 2-player game witch you can play with 2 phones over local area connection/WiFi.
Both phones need to be able to pass 3 integer values to the other phone in real time. So far I have considered using Socket's, but before I dig into it too deep I wanted to ask if there might be a better approach?
Thanks!
© Game Development or respective owner