This is a multiplayer browser based game, heavily inspired by agar.io
Blobio.Mockup.final.1.1.mp4
Server uses Cloudflare Durable Objects which is a serverless offering by Cloudflare. Built on top of workers, it provides 0 downtime (as it is running on top of a CF worker) and provides a generous free tier of 100k HTTP requests, ideal for making a game or handling game-room logic.
Uses NextJS, and Native HTML Canvas API functions for the moving, collision and zooming out logic.
Consider starring the repo if you found it interesting!