|
|
|
|
|
by zolland
1851 days ago
|
|
Isn't that how multiplayer games work today? You receive a rendering of the server's source of truth, and send actions you'd like to perform. The current implementation just sends a lot less data to the client by sending deltas and positional data rather than full screen renderings right? It seems like that wouldn't fix any of the issues above, and might just introduce the complexity of streaming video to all the clients, and replicating world state to all the video streaming servers. |
|