fertig-classic-games/server/words
Brian Fertig 8a69710946 feat: add Kiitos word game with 3-round progression and AI
- Implement Kiitos game logic: build-a-word mechanic with forced plays,
  deviations, and pass resolution when stuck
- Add 3-round progression escalating rules (4+ words, prepend, super-Kiitos
  insert-anywhere, double scoring)
- Create server-side dictionary engine with prefix trie, word validation,
  and skill-aware AI move selection
- Build cozy Nordic café-themed Phaser scene with drag-and-drop letter cards
- Support 1 human + up to 3 AI opponents with turn-based play
- Integrate Kiitos into game menu, room scene, and opponent selection
- Add game icon to game-icons sheet
2026-06-07 11:00:17 -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
kiitosEngine.js feat: add Kiitos word game with 3-round progression and AI 2026-06-07 11:00:17 -06:00
miniCrosswordEngine.js Crossword Changes and added Tectonic 2026-06-05 23:24:11 -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
tectonicEngine.js Crossword Changes and added Tectonic 2026-06-05 23:24:11 -06:00
wordLadderEngine.js Game updates 2026-05-28 21:01:28 -06:00
wordRoutes.js feat: add Kiitos word game with 3-round progression and AI 2026-06-07 11:00:17 -06:00
wordSearchEngine.js feat: add Word Search game and improve solo game flow 2026-05-29 08:21:48 -06:00