Hacker News new | ask | show | jobs
by princemaple 1993 days ago
A platform for people to build real-time multiplayer games / multi-user apps with ease.

Developers write JS code to only handle the rendering and interaction. Separate game code written in a DSL will be parsed and run on the server. A SDK is provided to help the client side communicate with the game / app server.

A dirty PONG demo at https://dev.byog.live/games/pong

Very early SDK at https://github.com/byog-live/byog-sdk

The PONG demo with more organized code at https://github.com/byog-live/byog-example-pong

A playground was under development to help devs understand the platform and this is where I burnt out https://play.byog.live/

It's been a few months since I last worked on it. Sigh.