blob: 4d8667bd1b1bd44aecf2bd75192ba6c01dabc76c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Hurry Curry! Client
The main game client.
## 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
```
The game has builtin overlays for debugging:
- F3: Overlay with framerate, video driver, etc.
- F3 + 1: Pie chart to explore node counts of each class
|