Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
2402cf756f |
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
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
|
### Building the binary
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ working_directory = "/home/user/simplebot"
|
||||||
|
|
||||||
### Playing a match
|
### 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.
|
Try `planetwars-client --help` for more options.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue