fertig-classic-games/server/words
Brian Fertig e3fb356520 feat: enhance craps UI and improve ghost AI skill scaling
- Replace Righteous font with JqkasWild for craps title, puck, and number labels
- Refactor zone label rendering into dedicated methods for cleaner code
- Add payout information display on craps number boxes (6→SIX, 9→NINE)
- Redesign Field zone with styled number circles (accent for 2/12)
- Update Don't Pass/Don't Come zones with bar text and red accent borders
- Add common words trie for Ghost AI to target on skill ≤3
- Make lower-skill Ghost AI play more human-like by preferring common word continuations
- Fallback to off-dictionary play when no common word path available
2026-06-19 21:54:04 -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 feat: enhance craps UI and improve ghost AI skill scaling 2026-06-19 21:54:04 -06:00
kiitosEngine.js Adjustments to Word Games 2026-06-16 19:28:56 -06:00
miniCrosswordEngine.js Crossword Changes and added Tectonic 2026-06-05 23:24:11 -06:00
scrabbleEngine.js
spellingBeeEngine.js feat: add Spelling Bee solo word puzzle game 2026-05-31 21:00:18 -06:00
sudokuEngine.js
tectonicEngine.js Crossword Changes and added Tectonic 2026-06-05 23:24:11 -06:00
wordLadderEngine.js Adjustments to Word Games 2026-06-16 19:28:56 -06:00
wordRoutes.js feat: enhance craps UI and improve ghost AI skill scaling 2026-06-19 21:54:04 -06:00
wordSearchEngine.js