| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
The Robots Wrapper is used to wrapping existing Robocode robot jar files making it possible to run those inside Robocode Tank Royale.
The wrapper works by creating a Tank Royale specific bot directory beside the robot jar file containing:
The robots wrapper takes a single argument which is a file path of a directory containing one or more robot jar files identical to the robots folder inside the robocode home directory.
Usage:
java -jar robots-wrapper-x.y.z.jar <robots-dir>
Example (for Windows):
java -jar robots-wrapper-0.2.0.jar "C:\robocode\robots"
Note that you need to create a lib folder inside the robots directory prior to running the robots wrapper. And you need to copy the robocode-api-x.y.z.jar library (from the Robocode API adapter library) into the lib directory. The script files in the created bot directories is depending on this library.
gradle cleangradle buildThe generated library (Robots Wrapper) can be found under /build/libs named robots-wrapper-x.y.z.jar.
| Back | FazBrowse Home | New Git URL |