feat: Add rat AI, 4-channel tracker, interactive cursor, and test suite updates

This commit is contained in:
2026-06-17 21:39:20 +02:00
parent 08218f3cda
commit 4f9e237698
22 changed files with 1091 additions and 66 deletions
+25
View File
@@ -0,0 +1,25 @@
# GBDK build artifacts
*.o
*.lst
*.map
*.sym
*.cdb
*.ihx
*.noi
*.asm
# Compiled ROM (usually ignored in version control)
*.gb
# Emulator save states and battery RAM
*.sav
*.sn1
*.rtc
# Python cache (if using PyBoy scripts)
__pycache__/
*.pyc
# OS generated files
.DS_Store
Thumbs.db