Skip to content

Commit fbf1901

Browse files
committed
Make requested changes
1 parent dbba085 commit fbf1901

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tools/hlt_client/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Download the tool from our [downloads page](https://halite.io/learn-programming-
77
* You may have to `sudo` or use an admin shell.
88

99
## Usage
10-
The Halite Client will let you interface with our game servers and play games locally using the command line.
10+
The Halite Client lets you interface with our game servers and play games locally using the command line.
1111

1212
**Authorize your client**
1313

14-
Before you can use most features of the client, you'll need to authenticate your account. Run `hlt auth` and follow the directions to connect your Halite account with your local client.
14+
Before you can use most features of the client, you'll need to connect it to your Halite account. Have your Halite API key ready, or generate a new one at https://halite.io/user/settings.
1515

1616
`hlt auth`
1717

@@ -37,7 +37,7 @@ This command runs the number of games you specify, creating save logs and replay
3737
`hlt play -r [BOT_COMMAND] -r [BOT_COMMAND] -b [PATH_TO_HALITE.EXE] --output-dir [OUTPUT_LOCATION] -i [NUMBER_OF_ITERATIONS]`
3838

3939
* You may give two or four `-r [BOT_COMMAND]` parameters to run two or four player games.
40-
* `[BOT_COMMAND]` allows you to specify how to run a bot. The command defaults to Python 3; if only a path is given, the client will run the bot assuming it is a Python bot. You may also mix and match: `hlt play -r "python3 Halite3_Py/MyBot.py" -r "ruby Halite3_Ruby/MyBot.py" ...` allows you to compare bots in different languages.
40+
* `[BOT_COMMAND]` allows you to specify how to run a bot. The command defaults to Python 3; if only a path is given, the client will run the bot assuming it is a Python bot. You may also mix and match: `hlt play -r "python3 Halite3_Py/MyBot.py" -r "ruby Halite3_Ruby/MyBot.rb" ...` allows you to compare bots in different languages.
4141
* The halite.exe game binary is required to play games. Specify the path after the -b (--binary) parameter: `-b Halite3_Py/halite`
4242
* If you'd like to specify the game map size, you can add `-W [WIDTH] -H [HEIGHT]` parameters. Game maps are 32x32, 40x40, 48x48, 56x56, or 64x64 in width and height.
4343

website/learn-programming-challenge/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Each turn, every bot is sent:
6666

6767
<br/>
6868
### Submitting your new starter kit
69-
To submit your starter kit, fork our repo, place your starter package in the `starter-kits/` folder, and send us a pull request! Please ensure that your code does not include copyright language; see more in our [Terms of Use](http://localhost:4000/about/terms-and-conditions). If we accept your PR, your starter package will be added to the site.
69+
To submit your starter kit, fork our repo, place your starter package in the `starter-kits/` folder, and send us a pull request! The Halite repo is licensed under the MIT License; please ensure that your code does not include copyright language. If we accept your PR, your starter package will be added to the site.
7070

7171

7272
**Note:** please include the `run_game.sh` and `run_game.bat` scripts, following the Python3 starter kit as a template.

website/learn-programming-challenge/downloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Download a language-specific starter kit to start building your bot. Can’t fin
5454
</div>
5555
<br>
5656
## Halite Tools and Source Download
57-
Download tools to let you play games locally. Read the [Halite Client Readme](https://github.com/HaliteChallenge/Halite-III/tree/master/tools/hlt_client/README.md) for installation and usage instructions.
57+
Download tools to play games locally. Read the CLI Client Tools README included in the download for installation and usage instructions.
5858

5959

6060
<div class="table-container">

0 commit comments

Comments
 (0)