First drop the game's core mechanic that compiles.

This commit is contained in:
Zed A. Shaw 2024-07-30 06:01:39 -04:00
commit 5f87d9846c
11 changed files with 607 additions and 0 deletions

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
.*.sw*
.DS_Store
*.sqlite3
*.sqlite3-wal
*.sqlite3-shm
debug
coverage/
.coverage
builddir
subprojects
*.csv
*.exe