Jibby-Games/Flappy-Race

Move all player movement server side

Jibbajabbafic opened this issue · 0 comments

Refactor player movement and network prediction so only the inputs are sent by the client.
Let the server handle all player movement and physics calculations using the inputs which should prevent any cheating.