Skip to content

Commit e993aca

Browse files
committed
Added client commands to the readme
1 parent 531ce78 commit e993aca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ To try it using the test server just download the binary and run the `client` on
1313
- Players can join the server and move around. They have a visibility range of 15 units.
1414
- The world coordinates are [int64, int64] (pretty big)
1515
- Players can chat with nearby players.
16+
- Client side commands.
1617
- Uses [Jaeger](https://www.jaegertracing.io/)
1718

1819
## Running a server
@@ -33,6 +34,9 @@ Once it's configured, run the following image: `ghcr.io/code-cell/esive_server:<
3334

3435
## Running the client
3536

37+
Press `t` to chat.
38+
In the chat, type `/help` to see the list of commands.
39+
3640
### Using the binary
3741

3842
Visit the [Releases](https://github.com/code-cell/esive/releases), download the latest, unpack it and run `./client -h` to find out your options. The default options should just work connecting to the demo server.

0 commit comments

Comments
 (0)