Compare commits

...

1 commit
event ... main

Author SHA1 Message Date
2402cf756f
Update local development.md 2024-02-02 15:06:36 +01:00

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.