fertig-classic-games/server/scripts
Brian Fertig ae30299838 feat: add Risk board game with AI opponents
Implement the classic Risk board game with full game logic, AI players
with adjustable skill levels (1-5), and Phaser-based rendering.

New files:
- RiskData.js: map data, adjacency graph, continent bonuses, card deck
- RiskLogic.js: pure game engine (reinforce, attack, fortify phases)
- RiskAI.js: heuristic AI with 5 skill tiers and configurable behavior
- RiskGame.js: Phaser scene with combat animations and UI
- tutorial.md: in-game tutorial ("A Field Manual by General Ironside")
- verifyRisk.js: headless fixture and self-play verification script

Integrates with existing game framework via registry, game room dispatch,
and preload scene. Includes board image and updated pawn sprites.
2026-06-17 20:30:14 -06:00
..
buildCommonWords.js
genDotLink.js feat: add Dot Link puzzle game 2026-06-14 05:18:03 -06:00
genMiniCrossword.js
genPuddingMonsters.js
genRushHour.js
genZuma.js
verifyBejeweled.js
verifyBlockFighter.js
verifyCanasta.js
verifyCribbage.js
verifyDotLink.js feat: add Dot Link puzzle game 2026-06-14 05:18:03 -06:00
verifyGinRummy.js feat: add Gin Rummy card game with AI opponents 2026-06-14 20:51:15 -06:00
verifyJewelQuest.js feat(jewelquest): spell chaining and combat animations 2026-06-14 05:18:45 -06:00
verifyMahjong.js
verifyMahjongMatch.js
verifyMiniMotorways.js
verifyRisk.js feat: add Risk board game with AI opponents 2026-06-17 20:30:14 -06:00
verifyRummikub.js fix: correct container hitbox double-shift in Canasta & Cribbage 2026-06-14 16:23:44 -06:00
verifySlots.js
verifyZuma.js