Initial commit of isometric Game Boy adventure prototype

This commit is contained in:
2026-06-20 16:30:15 +02:00
commit 20a5d8604b
17 changed files with 927 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# GBDK build artifacts
*.o
*.lst
*.map
*.sym
*.cdb
*.ihx
*.noi
*.asm
# Compiled ROMs
*.gb
# Python caches
__pycache__/
*.pyc