- 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. |
||
|---|---|---|
| .. | ||
| auth | ||
| db | ||
| history | ||
| multiplayer | ||
| profile | ||
| config.js | ||
| index.js | ||