boardgame-phaser/packages/onitama-game
hypercross b28da1cad3 refactor(onitama): decouple rendering logic into dedicated renderers
Introduces a centralized configuration system and extracts visual
creation logic from spawners into specialized renderer classes:
- CardRenderer
- HighlightRenderer
- PawnRenderer
- SelectionRenderer

This refactor improves separation of concerns by moving Phaser-specific
drawing and animation code out of the spawner/container logic and into
reusable renderer components.
2026-04-19 11:55:18 +08:00
..
src refactor(onitama): decouple rendering logic into dedicated renderers 2026-04-19 11:55:18 +08:00
index.html feat: onitama 2026-04-07 16:33:41 +08:00
package.json feat: onitama 2026-04-07 16:33:41 +08:00
tsconfig.json feat: onitama 2026-04-07 16:33:41 +08:00
vite.config.ts chore: fix vite config 2026-04-12 15:02:23 +08:00