2 projects
Phaser is a fast, open-source HTML5 game framework for building 2D games that run in browsers and can be packaged for mobile and desktop. It bundles a rendering engine (WebGL/Canvas), physics, input, audio, and scene management into a single cohesive toolkit.
boardgame.io is a JavaScript/TypeScript engine for building turn-based games by writing pure functions that describe how game state changes on each move. It automatically handles multiplayer synchronization, storage, game phases, bots, and lobby/matchmaking, with view-layer-agnostic clients including React bindings.