fertig-classic-games/public/src
Brian Fertig 676a4d3106 feat: add Mastermind decryption duel game with 5 AI skill levels
- Introduce core game logic, AI engine, and Phaser UI for a cyberpunk-themed Mastermind implementation.
- AI features 5 difficulty tiers using random, consistent, and Knuth minimax strategies.
- Implement turn-based duel mechanics where player and AI race to crack each other's secret codes.
- Add neon visuals, peg-fly animations, staggered feedback reveals, and 7 custom sound effects.
- Register game in server registry, update menu/room scenes, preload assets, and include tutorial docs.
2026-05-31 09:53:37 -06:00
..
games feat: add Mastermind decryption duel game with 5 AI skill levels 2026-05-31 09:53:37 -06:00
scenes feat: add Mastermind decryption duel game with 5 AI skill levels 2026-05-31 09:53:37 -06:00
services refactor: remove multiplayer and Socket.IO in favor of single-player AI games 2026-05-20 18:57:41 -06:00
ui feat: add Mastermind decryption duel game with 5 AI skill levels 2026-05-31 09:53:37 -06:00
config.js feat: overhaul visual theme to vintage gold and update UI components 2026-05-16 21:04:16 -06:00
main.js feat: add Mastermind decryption duel game with 5 AI skill levels 2026-05-31 09:53:37 -06:00