fertig-classic-games/public/src/games
Brian Fertig 2ee763fb7a feat: add single-player Craps game with AI opponents
Introduce a complete Craps implementation featuring a Phaser-based UI,
deterministic game logic, and heuristic AI players.

Key changes:
- CrapsLogic.js: Pure-state rules engine handling Pass/Don't Pass, Place,
  Come/Don't Come, Field bets, odds, and full resolution logic.
- CrapsAI.js: Stateless AI personalities (conservative, balanced, aggressive,
  gambler) derived from player names to drive betting behavior.
- CrapsGame.js: Phaser scene with animated dice rolls, chip tray, dynamic
  bet zones, portrait-based opponents, and persistence via profile API.
- Wire Craps into the game registry, main scene loader, and GameRoom dispatcher.
2026-05-20 20:16:15 -06:00
..
backgammon
blackjack
cards
chinesecheckers
craps feat: add single-player Craps game with AI opponents 2026-05-20 20:16:15 -06:00
gofish feat(gofish): add matches panel and refill animations 2026-05-20 19:27:11 -06:00
holdem
parchisi feat: enhance GoFish and Parchisi game UX with initial pair animations and pawn movement hints 2026-05-20 18:57:58 -06:00
phase10
skipbo
uno
yatzi