From 486909b0162159c5b3e5185f778ac60fb83e18be Mon Sep 17 00:00:00 2001 From: Anders Lehmann Pier Date: Fri, 13 Jun 2025 10:50:06 +0200 Subject: [PATCH] Update README to include level-progression.md description in game design section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4bec49d..e6fa85f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ neural-nexus-claude-project/ ├── knowledge-base/ │ ├── game-design/ │ │ ├── core-mechanics.md # Game mechanics and connection system documentation +│ │ ├── level-progression.md # Difficulty scaling, pattern generation, and player skill development │ │ ├── scoring-system.md # Points calculation and player reward systems │ │ └── visual-design-guide.md # Complete visual design system and styling guide │ ├── technical/ @@ -97,6 +98,7 @@ Neural Nexus development check-in: #### Game Design - **core-mechanics.md**: Connection system, node types, level generation, and difficulty progression documentation +- **level-progression.md**: Comprehensive difficulty scaling algorithm, pattern generation phases, player skill development, and balancing principles with A/B testing framework - **scoring-system.md**: Points calculation, time bonuses, accuracy multipliers, and player reward psychology - **visual-design-guide.md**: Complete visual design system including color palette, typography, layout, animations, and responsive design