fertig-classic-games/server/multiplayer
Brian Fertig d46de05b48 feat: add Go Fish card game with AI and UI
- Implement Go Fish game logic in GoFishLogic.js with state management, turn handling, and pair scoring
- Create GoFishAI.js with memory-based opponent that tracks card distribution and makes strategic decisions
- Build GoFishGame.js scene with Phaser UI including card rendering, seat layouts, animations, and game flow
- Register Go Fish in gameRegistry with 'cards' category and multiplayer support (1-4 players)
- Update GameMenuScene to display 'Cards' column for card games
- Wire up GoFishGame in GameRoomScene slug dispatch and main.js scene registry
2026-05-17 20:56:40 -06:00
..
gameRegistry.js feat: add Go Fish card game with AI and UI 2026-05-17 20:56:40 -06:00
index.js First Commit 2026-05-15 19:35:16 -06:00
lobby.js First Commit 2026-05-15 19:35:16 -06:00