https://github.com/igorpejic/halite2k17
Two Sigma Halite II programming challenge 2017/2018
https://github.com/igorpejic/halite2k17
halite2
Last synced: about 1 year ago
JSON representation
Two Sigma Halite II programming challenge 2017/2018
- Host: GitHub
- URL: https://github.com/igorpejic/halite2k17
- Owner: igorpejic
- Created: 2017-11-11T13:24:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T14:36:23.000Z (over 8 years ago)
- Last Synced: 2025-01-29T03:24:47.291Z (over 1 year ago)
- Topics: halite2
- Language: Python
- Homepage:
- Size: 4.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Using your starter kit
All starter kits should contain a `run_game.sh` and `run_game.bash`, you can use these scripts to quickly run a game of halite. By default, this script runs the basic __Settler__ bot against itself.
## Bot submission guidelines
Before submitting a bot, make sure you adhere to our guidelines, or the upload or compilation of your bot will fail.
1. You should have a `MyBot.{extension for language}` in the root folder of your zip. For Rust, this should be a `cargo.toml`
2. If you are building on top of starter kit provided by us, make sure to include the hlt folder.
## Uploading your bot
* Website: You can use the [play page](https://halite.io/play-programming-challenge) in the Halite website to submit your bot.
* Halite Client: If you want a command line experience, you can use the [Halite Client tool](https://halite.io/learn-programming-challenge/halite-cli-and-tools/halite-client-tools) to upload your bot.