games: Add loading of games from disk

This commit is contained in:
Zoey Ahmed
2025-11-28 21:10:06 +00:00
parent a5721e41e7
commit 958558d1b6
9 changed files with 81 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
python.install_sources(
files('__init__.py', '__main__.py', 'application.py'),
files('__init__.py', '__main__.py', 'application.py', 'games.py'),
subdir: 'cartridges',
)