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 😇.
run_game.bat
to compile the code and locally run the bot against three clones of itselfrun_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.
GNU GPLv3