A zerg bot initially cloned from JavaBWAPI.
- Opener and unit mix selections following the UCB multi-armed bandit algorithm.
- Strong macro play
- Scouting
- Unit compositions up to lair tech supported.
Ensure that your $JAVA_HOME
environment variable is set and pointed to Java 1.8 (I use coretto-1.8 sdk)
$ mvn package
$ java -jar target/InfestedArtosis-{version}-jar-with-dependencies.jar
- Open up this project in INtelliJ IDEA.
- Set the Java SDK to Java 1.8.
Feel free to open up a GitHub issue or ping me on the SSCAIT discord.
- Update version tag in
pom.xml
- Navigate to Maven tab in Intellij, run compile then package
- Move new jar file from
target
intosscait
dir