Server-side Input
- by Thomas
Currently in my game, the client is nothing but a renderer. When input state is changed, the client sends a packet to the server and moves the player as if it were processing the input, but the server has the final say on the position.
This generally works really well, except for one big problem: falling off edges.
Basically, if a player is…