This commit is contained in:
Benjamyn Love 2026-06-08 16:35:48 +10:00
commit d655c4d219
4 changed files with 8 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
venv/
tmp/
__pycache__/
*.pyc

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# Incremental engine
Python project to implement an incremental game engine
Will be a threaded background process hopefully

0
docs/.gitkeep Normal file
View File

0
src/.gitkeep Normal file
View File