TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Tutorial for making a browser-based multiplayer platformer with Hathora

2 pointsby hpx7almost 3 years ago
This tutorial features a fully authoritative server using arcade-physics[0] for physics and collision detection. It uses Phaser for the frontend and Hathora for the backend&#x2F;multiplayer.<p>The full code is available on Github[1]. I was pretty happy with how minimal the code ended up being, and I hope this can be a useful resource for others interested in building a multiplayer platformer game!<p>[0] https:&#x2F;&#x2F;github.com&#x2F;yandeu&#x2F;arcade-physics [1] https:&#x2F;&#x2F;github.com&#x2F;hathora&#x2F;platformer-tutorial

1 comment

k__over 2 years ago
How does Hathora compare to Geckos?