fertig-classic-games/public/assets
Brian Fertig 10ac18ab6e feat: add Monopoly board game
- Add complete Monopoly implementation with pure state engine (MonopolyLogic.js),
  static data (MonopolyData.js), AI (MonopolyAI.js), and Phaser scene (MonopolyGame.js)
- Implement full game rules: property buying, auctions, building houses/hotels,
  mortgages, jail, chance/community chest cards, rent calculation, bankruptcy
- Add 5-level AI with configurable greed, blunder rate, and thinking delay
- Add spritesheet loading for monopoly pawns and cards with graceful fallbacks
- Register game in registry, main.js, and game room scene dispatcher
- Add spritesheet creation guide (sprites.md) and update game-icons.png
2026-06-07 14:37:06 -06:00
..
fonts
fx feat: add Stratego game with AI, setup phase, and battle animations 2026-06-07 09:53:58 -06:00
images feat: add Monopoly board game 2026-06-07 14:37:06 -06:00
music Music Quality Updates 2026-06-07 10:20:55 -06:00
speech
tutorial-videos
videos