first commit

This commit is contained in:
2026-07-09 11:17:54 -05:00
commit d54599e27d
23 changed files with 894 additions and 0 deletions

11
client/project.godot Normal file
View File

@@ -0,0 +1,11 @@
; Godot project configuration.
; Minimal skeleton — open in Godot 4.7 to flesh out.
; Docs: https://docs.godotengine.org/en/stable/tutorials/editor/project_settings.html
config_version=5
[application]
config/name="coc-rpg"
config/description="AI-driven single-player party RPG. Code owns state. AI owns text."
config/features=PackedStringArray("4.7")