fertig-classic-games/public/src
Brian Fertig 95ff6f8de2 feat: add Scrabble game with client-server AI and Phaser UI
- Implement `ScrabbleGame` scene with drag-and-drop, rack management, and animated tile placement.
- Add pure JS modules for Scrabble rules, scoring, and tile data (`ScrabbleLogic`, `ScrabbleTiles`).
- Create server-side dictionary trie and DFS-based move generator for AI (`scrabbleEngine`).
- Register game routes for move validation and AI move requests (`wordRoutes`).
- Update game registry, opponent selection, and preload scenes to support Scrabble.
- Include custom font (`YummyCupcakes`) for the scorepad UI.
2026-05-27 23:54:02 -06:00
..
games feat: add Scrabble game with client-server AI and Phaser UI 2026-05-27 23:54:02 -06:00
scenes feat: add Scrabble game with client-server AI and Phaser UI 2026-05-27 23:54:02 -06:00
services
ui feat(dominion): add animated deck/discard counters and refine turn SFX 2026-05-27 18:53:30 -06:00
config.js
main.js feat: add Scrabble game with client-server AI and Phaser UI 2026-05-27 23:54:02 -06:00