mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-13 06:18:31 +00:00
Pure JS game engine with initGame, move, canMove, isGameOver. Implements leading-edge merge order, once-per-move rule, 90/10 tile spawning, win detection (2048), and immutable state updates.
try-bmad
Try to make a 2048 game with BMad Method