Update local development.md

This commit is contained in:
Xander Bil 2024-02-02 15:06:36 +01:00
parent 447d8e0f39
commit 2402cf756f
No known key found for this signature in database
GPG key ID: EC9706B54A278598

View file

@ -13,7 +13,7 @@ This way, you can author bots in any language or tool you want - as long as you
You can use the `planetwars-client` to play matches locally.
Currently, no binaries are available, so you'll have to build the client from source.
Or you can get a binary from the latest release [here](https://git.zeus.gent/xerbalind/planetwars.dev/releases)
### Building the binary
@ -40,7 +40,7 @@ working_directory = "/home/user/simplebot"
### Playing a match
Run `planetwars-client path/to/mybot.toml opponent_name`
Run `planetwars-client --grpc-server-url http://planetwars.zeus.gent:7000 path/to/mybot.toml opponent_name`
Try `planetwars-client --help` for more options.