Tagged Questions
0
votes
0answers
55 views
Syncing entities in a totally shared multiplayer environment
Typically, networked games designate a server (or host player) as being authoritative over all state shared between the players. Clients still simulate their own state, but also continuously ...
6
votes
3answers
735 views
Best peer-to-peer game architecture
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 ...