Please sign in to access this page
A scrolling 2d multiplayer shooter built with cloudflare workers and phaserjs.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I built a worker that takes websocket upgrade requests and creates a connection between the browser and a durable object. I switched from sending positions (which takes a ton of bandwidth and would be hard to implement server authority with) to sending key inputs to the server.