fertig-classic-games/server/words
Brian Fertig 63df39442c feat: add Boggle word game with AI opponents and board solver
- Implement full Boggle frontend using Phaser, featuring a wooden tray UI, player word sheet, opponent cards, and an animated hourglass timer.
- Add AI scheduling system that simulates opponent word finds based on configurable skill levels and word length/rarity weighting.
- Introduce pure game logic for adjacency validation, path checking, and classic scoring with duplicate-word resolution.
- Add backend board generation and exhaustive solver using a dictionary trie, exposing `/api/words/boggle/start` for board setup.
- Register Boggle in the game registry, scene router, and opponent selection UI.
- Include tutorial assets for Parchisi.
2026-05-31 15:17:00 -06:00
..
boggleEngine.js feat: add Boggle word game with AI opponents and board solver 2026-05-31 15:17:00 -06:00
ghostEngine.js Game updates 2026-05-28 21:01:28 -06:00
scrabbleEngine.js feat: add Scrabble game with client-server AI and Phaser UI 2026-05-27 23:54:02 -06:00
sudokuEngine.js feat: add single-player Sudoku game with hints and scoring 2026-05-30 18:05:40 -06:00
wordLadderEngine.js Game updates 2026-05-28 21:01:28 -06:00
wordRoutes.js feat: add Boggle word game with AI opponents and board solver 2026-05-31 15:17:00 -06:00
wordSearchEngine.js feat: add Word Search game and improve solo game flow 2026-05-29 08:21:48 -06:00