Class_generator/Legacy/js/games
StillHammer 38920cc858 Complete architectural rewrite with ultra-modular system
Major Changes:
- Moved legacy system to Legacy/ folder for archival
- Built new modular architecture with strict separation of concerns
- Created core system: Module, EventBus, ModuleLoader, Router
- Added Application bootstrap with auto-start functionality
- Implemented development server with ES6 modules support
- Created comprehensive documentation and project context
- Converted SBS-7-8 content to JSON format
- Copied all legacy games and content to new structure

New Architecture Features:
- Sealed modules with WeakMap private data
- Strict dependency injection system
- Event-driven communication only
- Inviolable responsibility patterns
- Auto-initialization without commands
- Component-based UI foundation ready

Technical Stack:
- Vanilla JS/HTML/CSS only
- ES6 modules with proper imports/exports
- HTTP development server (no file:// protocol)
- Modular CSS with component scoping
- Comprehensive error handling and debugging

Ready for Phase 2: Converting legacy modules to new architecture

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-22 07:08:39 +08:00
..
adventure-reader.js Complete architectural rewrite with ultra-modular system 2025-09-22 07:08:39 +08:00
chinese-study.js Complete architectural rewrite with ultra-modular system 2025-09-22 07:08:39 +08:00
fill-the-blank.js Complete architectural rewrite with ultra-modular system 2025-09-22 07:08:39 +08:00
grammar-discovery.js Complete architectural rewrite with ultra-modular system 2025-09-22 07:08:39 +08:00
letter-discovery.js Complete architectural rewrite with ultra-modular system 2025-09-22 07:08:39 +08:00
memory-match.js Complete architectural rewrite with ultra-modular system 2025-09-22 07:08:39 +08:00
quiz-game.js Complete architectural rewrite with ultra-modular system 2025-09-22 07:08:39 +08:00
river-run.js Complete architectural rewrite with ultra-modular system 2025-09-22 07:08:39 +08:00
story-builder.js Complete architectural rewrite with ultra-modular system 2025-09-22 07:08:39 +08:00
story-reader.js Complete architectural rewrite with ultra-modular system 2025-09-22 07:08:39 +08:00
whack-a-mole-hard.js Complete architectural rewrite with ultra-modular system 2025-09-22 07:08:39 +08:00
whack-a-mole.js Complete architectural rewrite with ultra-modular system 2025-09-22 07:08:39 +08:00
wizard-spell-caster.js Complete architectural rewrite with ultra-modular system 2025-09-22 07:08:39 +08:00
word-discovery.js Complete architectural rewrite with ultra-modular system 2025-09-22 07:08:39 +08:00
word-storm.js Complete architectural rewrite with ultra-modular system 2025-09-22 07:08:39 +08:00