Comment on Show HN: Hathora – Multiplayer Game Development Made EasyparentComments−hpx7OP4yI've had decent results with just using client interpolation so far, you can try out pong, ship-battle, or among-us to get a feel for the latency.The latency will be even further improved once I add UDP support, and I also plan to write a library to make client prediction easier with Hathora.
Comments
I've had decent results with just using client interpolation so far, you can try out pong, ship-battle, or among-us to get a feel for the latency.
The latency will be even further improved once I add UDP support, and I also plan to write a library to make client prediction easier with Hathora.