Hi there,
I wonder if it would be possible to make a multiplayer game where the host is just the game server code, and local players could be peers on the host. The goal would be to play locally and online with the same codebase, same room.
Steps :
- The host creates the room/game.
- Peers can join from the host.
- Peers can join from the network.