Best solution for multiplayer realtime Android game
- by piotrek
I plan to make multiplayer realtime game for Android (2-8 players), and I consider, which solution for multiplayer organization is the best:
Make server on PC, and client on mobile, all communition go through server ( ClientA - PC SERVER - All Clients )
Use bluetooth, I don't used yet, and I don't know is it hard to make multiplayer on bluetooth
Make server on one of devices, and other devices connect ( through network, but I don't know is it hard to resolve problem with devices over NAT ? )
Other solution ?