Today I tryed to run the Worms SDK. The sample Bots aren't compiled correctly.
While it is fixed you can use the workaround script below or recompile it yourself.
Code: Select all
#! /bin/bash
rm bin/WallAvoider.class
rm bin/IGotsAdd.class
javac -target 5 -d bin src/WallAvoider.java
javac -target 5 -d bin src/IGotsADD.java