Play on Itch.
Built using Hathora and Phaser.
- Physics running on the server using phaser arcade-physics at 40fps.
- Server continuosly sychronizes state with clients.
- Client rendering at 60fps using Phaser.
- Client just renders based on server info with interpolation -- no physics running client side.
- Make sure you have node 16.12+ installed
- Make sure you have hathora installed (
npm install -g hathora
) - Run
hathora dev
- Visit http://localhost:3001