Best peer-to-peer game architecture
- by Dejw
Consider a setup where game clients:
have quite small computing resources (mobile devices, smartphones)
are all connected to a common router (LAN, hotspot etc)
The users want to play a multiplayer game, without an external server.
One solution is to host an authoritative server on one phone, which in this case would be also a client.…