diff --git a/documentation/development-guide.md b/documentation/development-guide.md index 1ec76b3..eb5fcca 100644 --- a/documentation/development-guide.md +++ b/documentation/development-guide.md @@ -36,7 +36,7 @@ Neural Nexus is a modern HTML5 puzzle game that challenges players to connect ne ## Architecture ### System Design -``` +```markdown ┌─────────────────┐ ┌─────────────────┐ │ Game UI │────▶│ Game State │ │ (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! \ No newline at end of file +**Remember:** This is a living document. Update it as the game evolves and you discover new patterns or solutions!