mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-14 08:17:54 +00:00
Tiles now slide smoothly to new positions with 100ms CSS transitions. New tile-tracker.js module manages tile identity across moves, enabling Svelte to reuse DOM nodes for CSS transition animation. Input queuing prevents moves during animation. Supports prefers-reduced-motion. 59 tests passing (10 new tile-tracker tests).
try-bmad
Try to make a 2048 game with BMad Method