From a9d34fd511a17cdac5ac64d8e82817a230dc3702 Mon Sep 17 00:00:00 2001 From: Anders Lehmann Pier Date: Fri, 13 Jun 2025 13:37:02 +0200 Subject: [PATCH] Update development-guide.md --- documentation/development-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!