Update development-guide.md

This commit is contained in:
2025-06-13 13:37:02 +02:00
committed by GitHub
parent 6d4928a7ae
commit a9d34fd511

View File

@@ -36,7 +36,7 @@ Neural Nexus is a modern HTML5 puzzle game that challenges players to connect ne
## Architecture ## Architecture
### System Design ### System Design
``` ```markdown
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ Game UI │────▶│ Game State │ │ Game UI │────▶│ Game State │
│ (Canvas/HTML) │ │ Manager │ │ (Canvas/HTML) │ │ Manager │
@@ -233,4 +233,4 @@ if (location.hostname === 'localhost') {
--- ---
**Remember:** This is a living document. Update it as the game evolves and you discover new patterns or solutions! **Remember:** This is a living document. Update it as the game evolves and you discover new patterns or solutions!