Asad Memon
Asad Memon
Asad has spent past decade building various types of devtools including a SaaS for online IDE and a semi-viral web framework. Currently, Asad is building Playroom (joinplayroom.com), a multiplayer game SDK for web games.
JS GameDev Summit 2023JS GameDev Summit 2023
Recording pending
Adding multiplayer to a simple three.js game using Playroom
Workshop
We take a simple three.js example scene and add multiplayer to it in this workshop without setting up any servers, making any UI for matchmaking, user avatars and all that stuff.
JS GameDev Summit 2023JS GameDev Summit 2023
18 min
Why Is Building a Multiplayer Game So Hard and What Can We Do to Fix It for Everyone
Making casual games has become easier than ever but setting up multiplayer still requires you to write network code, deal with websockets, load-balancing servers, co-locating servers and whatnot. I am building Playroom to solve this, a high-performance sync that handles the networking and the room management so you can focus on building your game.