diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/README.md b/client/README.md new file mode 100644 index 00000000..c1eace2e --- /dev/null +++ b/client/README.md @@ -0,0 +1,10 @@ +# Hurry Curry! Client + +The main game client. + +- For development: + - Requires Godot 4.4 or newer + - Open the editor with `godot project.godot` +- For release builds: + - Requires Godot, make and ffmpeg + - Run `make` |