muety / halite-bot-java

My rule-based solution for the Halite AI competition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

halite-bot-java

Donate Say thanks

This is my rule-based solution for the Halite AI competition. My bot is playing as n1try and its best rank in the leaderboard was 250. I also wrote a blog post about this.

Based on the Java starter kit. 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

About

My rule-based solution for the Halite AI competition


Languages

Language:Java 99.8%Language:Batchfile 0.2%