Compare commits

..

No commits in common. "main" and "event" have entirely different histories.
main ... event

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