fertig-classic-games/server
Brian Fertig d206cf6e5b feat: add single-player Parchisi game with AI
- Implement core Parchisi logic (ParchisiLogic.js) including board rules,
  move validation, and state management.
- Add Minimax-based AI (ParchisiAI.js) with heuristic evaluation for move
  selection, supporting up to 3 AI opponents.
- Create full Phaser game scene (ParchisiGame.js) with animated board,
  pawns, dice, and UI elements.
- Register new game assets (fonts, images, video animations).
- Update game registry to support 1-4 players with 3 AI opponents.
- Integrate Parchisi into the main scene loader and game room dispatch.
2026-05-16 18:45:41 -06:00
..
auth First Commit 2026-05-15 19:35:16 -06:00
db Added several opponents and Texas Hold Em 2026-05-16 11:59:33 -06:00
email First Commit 2026-05-15 19:35:16 -06:00
history First Commit 2026-05-15 19:35:16 -06:00
multiplayer feat: add single-player Parchisi game with AI 2026-05-16 18:45:41 -06:00
profile Added several opponents and Texas Hold Em 2026-05-16 11:59:33 -06:00
config.js First Commit 2026-05-15 19:35:16 -06:00
index.js First Commit 2026-05-15 19:35:16 -06:00