boardgame-phaser/packages/onitama-game
hypercross c25759d147 refactor(onitama): extract tweens into factory functions
Centralize Onitama animation logic by moving inline Phaser tweens
into a dedicated `tweens.ts` configuration file. This improves
reusability and cleans up spawners and renderers.

Also updated documentation to warn against adding interruptions to
looped tweens to prevent game logic hangs.
2026-04-19 12:45:05 +08:00
..
src refactor(onitama): extract tweens into factory functions 2026-04-19 12:45:05 +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