Skeleton in Java 8 for writing a Jass bot for the https://github.com/webplatformz/challenge server.
This version is based on https://github.com/adiherzog/JassBotSkeleton with some https://github.com/fluescher/jass-challenge-client-java mixed in.
The application uses Maven to manage dependencies. The bot is already fully functional and only plays allowed cards. But otherwise, it's pretty stupid ;-)
Just implement Strategy.java
and use it in BotPlayer.java
.