Comment by internetter

14 hours ago

> Cloud gaming is flatly non-workable for any kind of game where latency matters.

Not if only the rendering is done on the client. Look at rocket league.

Edit: of course, it is still possible to cheat in rocket league, but because all physics state is server authoritative at best a perfectly coded cheat could play like a perfect human, not supernatural.

I'm not familiar with Rocket League but server authoritative netcode is not comparable to cloud gaming. All games should be as server authoritative as possible to prevent cheating from the start. The problem is the client may have more state in memory than what you can see rendered on screen (players behind walls). Running the game on the cloud makes all of that inaccessible to cheats.