https://github.com/muety/halite-bot-java
My rule-based solution for the Halite AI competition
https://github.com/muety/halite-bot-java
ai bot halite halite2
Last synced: 12 months ago
JSON representation
My rule-based solution for the Halite AI competition
- Host: GitHub
- URL: https://github.com/muety/halite-bot-java
- Owner: muety
- Created: 2018-01-03T08:04:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T08:16:13.000Z (over 8 years ago)
- Last Synced: 2025-06-03T07:38:42.213Z (about 1 year ago)
- Topics: ai, bot, halite, halite2
- Language: Java
- Size: 508 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# halite-bot-java
[](https://www.paypal.me/ferdinandmuetsch/5)
[](https://saythanks.io/to/n1try)
This is my rule-based solution for the [Halite](https://halite.io) AI competition. My bot is playing as [n1try](https://halite.io/user/?user_id=7481) and its best rank in the leaderboard was __250__. I also wrote a [blog post](https://ferdinand-muetsch.de/halite-a-rule-based-ai-bot.html) about this.
Based on the [Java starter kit](https://halite.io/learn-programming-challenge/downloads-and-starter-kits/). Unix binaries (instead of `halite.exe`) can be found there to.
__If you're using my code to compete in the challenge, please give me a star 😇.__

## Usage
* `run_game.bat` to compile the code and locally run the bot against three clones of itself
* `run_clean.bat` to clear all `.class` files as well as logs, replays and ZIP archives from the root directory
Shell scripts for Unix are not included but it should be trivial to derive them from the above Batch scripts.
## License
GNU GPLv3