by krzyk111 » Mon Sep 13, 2010 10:00 am
Whenever I try to run scala bots with:
java -jar tools/PlayGame.jar maps/map7.txt 1000 1000 log.txt "scala RandomBot" "scala MyBot"
I get:
ERROR: failed to start client: scala RandomBot
When I change e.g. RandomBot to java it wokrs fine, but scala MyBot fails it seams that scala isn't recognized, but I can run the bots from command line using scala MyBot and pass info to them.
Also, I tried incresing 1000 times (I assume that is the time for turn, and for the first turn) but it didn't change a thing.