fertig-classic-games/server
Brian Fertig 356a2e98c5 feat: add Chinese Checkers game with 6-player AI and Phaser rendering
- Implement complete game logic (ChineseCheckersLogic.js) with hex board,
  move generation (steps/jump chains), and rule enforcement.
- Add single-ply heuristic AI (ChineseCheckersAI.js) that prioritizes pulling
  laggard pegs forward and entering the target triangle.
- Build Phaser-based UI (ChineseCheckersGame.js) with radial portraits,
  animated peg moves, and turn indicators.
- Register the game in the server registry and frontend routing.
2026-05-17 20:22:19 -06:00
..
auth feat: overhaul visual theme to vintage gold and update UI components 2026-05-16 21:04: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 Added Skip Bo and Phase 10 and Yatzi. Updated Read Me. Added some sound effects. 2026-05-17 09:24:30 -06:00
multiplayer feat: add Chinese Checkers game with 6-player AI and Phaser rendering 2026-05-17 20:22:19 -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 Added Skip Bo and Phase 10 and Yatzi. Updated Read Me. Added some sound effects. 2026-05-17 09:24:30 -06:00