blob: c1eace2efed6b2b0858c9dffe846268e8ac2c59d (
plain)
1
2
3
4
5
6
7
8
9
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`
|