Update development-guide.md
This commit is contained in:
@@ -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!
|
||||||
|
|||||||
Reference in New Issue
Block a user