DOCS v0.1.13 github

@hatch:game v0.2.11

Game framework for Wren. Game.run(MyGame) and you're rendering — subclass Game, override setup / update / draw, get a window + GPU device + per-frame loop wired in. Composes with @hatch:ecs / @hatch:assets / @hatch:audio / @hatch:physics for the rest of a game. Same source drives a winit window on native and a page-attached canvas on web.

stable system updated Apr 30, 2026 source ↗
API reference
$ hatch add @hatch:game
loading README…