fertig-classic-games/server/words
Brian Fertig 50292b4a69 feat: add Spelling Bee solo word puzzle game
- Implement client-side Phaser scene and pure scoring/rank logic for the honeycomb-style word game.
- Add server-side puzzle generation engine with difficulty bands (easy/normal/hard) and dictionary pre-filtering.
- Register game metadata, frontend scene routing, and backend API endpoint (`/words/spellingbee/start`).
- Implements NYT-style rules: 7 letters (1 required center), 4+ length words, pangram bonus, and tiered rank progression.
2026-05-31 21:00:18 -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
spellingBeeEngine.js feat: add Spelling Bee solo word puzzle game 2026-05-31 21:00:18 -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 Spelling Bee solo word puzzle game 2026-05-31 21:00:18 -06:00
wordSearchEngine.js feat: add Word Search game and improve solo game flow 2026-05-29 08:21:48 -06:00