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
ghostEngine.js
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
spellingBeeEngine.js
sudokuEngine.js
tectonicEngine.js Crossword Changes and added Tectonic 2026-06-05 23:24:11 -06:00
wordLadderEngine.js
wordRoutes.js feat: add Kiitos word game with 3-round progression and AI 2026-06-07 11:00:17 -06:00
wordSearchEngine.js