diff options
author | metamuffin <metamuffin@disroot.org> | 2025-07-13 16:44:00 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-07-13 21:14:21 +0200 |
commit | 10ef9cc31c82ada3625eab232d8c4b81a1356f1a (patch) | |
tree | f341e595d20dc02b52a7a9d2cf661acfdedff31f /client/README.md | |
parent | 8c009e07a3b40b44cc03d54a189de2df76118a53 (diff) | |
download | hurrycurry-10ef9cc31c82ada3625eab232d8c4b81a1356f1a.tar hurrycurry-10ef9cc31c82ada3625eab232d8c4b81a1356f1a.tar.bz2 hurrycurry-10ef9cc31c82ada3625eab232d8c4b81a1356f1a.tar.zst |
Split off component-specific content into seperate readme files
Diffstat (limited to 'client/README.md')
-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` |