Skip to content
Lucina de Oliveira edited this page Aug 14, 2026 · 1 revision

Yuuna wiki

Yuuna is a lightweight, state-machine-based TypeScript game engine for quick prototypes. If you're just getting started, the README covers install and a quick start example — this wiki is the deeper reference for everything past that.

Pages

  • Concepts — the full reference for every concept the engine has: renderables, the camera, events (including custom events), keyboard input, sprites & animation, sound effects & music, canvas configuration, and mechanics pipelines.

Other places to look

  • Playground — an in-browser editor with a small, focused, runnable example for most concepts on this wiki, plus a few full example games.
  • Discussions — for questions, ideas, and anything that isn't a bug report.
  • Issues — for bugs and concrete feature requests.

Clone this wiki locally