Question

I wish to automatically run a series of Robocode tanks in matches, and recieve back their scores and other info. I believe that I require the Robocode Engine, and wondered where I could get a JAR file for using it in Java.

Thanks!

Was it helpful?

Solution

I have worked out the the Jar file that I need to use the methods from is actually inside the libs folder of the installed Robocode client. It's name is robocode.jar. It just had to be added to the build path of my project as an external library

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top