Class_generator/js/games
StillHammer 24362165ab Implement dynamic percentage compatibility system across all games
Major architectural update to replace fixed 50%/100% scoring with true dynamic percentages based on content volume:

• Replace old interpolation system with Math.min(100, (count/optimal)*100) formula
• Add embedded compatibility methods to all 14 game modules with static requirements
• Remove compatibility cache system for real-time calculation
• Fix content loading to pass complete modules with vocabulary (not just metadata)
• Clean up duplicate syntax errors in adventure-reader and grammar-discovery
• Update navigation.js module mapping to match actual exported class names

Examples of new dynamic scoring:
- 15 words / 20 optimal = 75% (was 87.5% with old interpolation)
- 5 words / 10 minimum = 50% (was 25% with old linear system)
- 30 words / 20 optimal = 100% (unchanged)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-20 17:00:52 +08:00
..
adventure-reader.js Implement dynamic percentage compatibility system across all games 2025-09-20 17:00:52 +08:00
chinese-study.js Implement dynamic percentage compatibility system across all games 2025-09-20 17:00:52 +08:00
fill-the-blank.js Implement dynamic percentage compatibility system across all games 2025-09-20 17:00:52 +08:00
grammar-discovery.js Implement dynamic percentage compatibility system across all games 2025-09-20 17:00:52 +08:00
letter-discovery.js Implement dynamic percentage compatibility system across all games 2025-09-20 17:00:52 +08:00
memory-match.js Implement dynamic percentage compatibility system across all games 2025-09-20 17:00:52 +08:00
quiz-game.js Implement dynamic percentage compatibility system across all games 2025-09-20 17:00:52 +08:00
river-run.js Implement dynamic percentage compatibility system across all games 2025-09-20 17:00:52 +08:00
story-builder.js Implement dynamic percentage compatibility system across all games 2025-09-20 17:00:52 +08:00
story-reader.js Implement dynamic percentage compatibility system across all games 2025-09-20 17:00:52 +08:00
whack-a-mole-hard.js Implement dynamic percentage compatibility system across all games 2025-09-20 17:00:52 +08:00
whack-a-mole.js Implement dynamic percentage compatibility system across all games 2025-09-20 17:00:52 +08:00
word-discovery.js Implement dynamic percentage compatibility system across all games 2025-09-20 17:00:52 +08:00
word-storm.js Implement dynamic percentage compatibility system across all games 2025-09-20 17:00:52 +08:00