A small Scala template hello world bot for JBWAPI users to ease setup (using sbt
).
$ git clone https://github.com/JavaBWAPI/jbwapi-scala-template.git
$ cd jbwapi-scala-template
$ sbt assembly
$ java -jar target/scala-2.13/jbwapi-scala-template-assembly-0.1.jar
Follow the (Java) tutorial for more information