diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-13 21:48:44 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-13 21:48:46 +0200 |
| commit | 419b1da85496a30eb6be52627702e1e1964e3bf1 (patch) | |
| tree | 6473dcc440d79b95667fbf86a0a743d4be787b3e /client | |
| parent | f0b021a5c65498068fe46fc30294efc3a0ba5be0 (diff) | |
| download | hurrycurry-419b1da85496a30eb6be52627702e1e1964e3bf1.tar hurrycurry-419b1da85496a30eb6be52627702e1e1964e3bf1.tar.bz2 hurrycurry-419b1da85496a30eb6be52627702e1e1964e3bf1.tar.zst | |
Refactor READMEs for new build system
Diffstat (limited to 'client')
| -rw-r--r-- | client/README.md | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/client/README.md b/client/README.md index 7b7ef644..d5c75684 100644 --- a/client/README.md +++ b/client/README.md @@ -2,9 +2,11 @@ The main game client. -- For development: - - Requires Godot 4.5 or newer - - Open the editor with `godot project.godot` -- For release builds: - - Requires Godot, make and ffmpeg - - Run `make` +## Development setup + +Supply a server address as first argument to the client to connect without going +through menus. + +``` +godot -- ws://127.0.0.1:27032 +``` |