v0.11.1 #11
flemming-n-larsen
announced in
Announcements
v0.11.1
#11
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
0.11.1 - Patch for the GUI
Bugfixes
Changes
disconnected. Confirmation dialog for rebooting now differ between the reboot is a user action or due to a changed
server setting.
improvements were done to the control panel.
Documentation
You can read more about Robocode Tank Royale here:
https://robocode-dev.github.io/tank-royale/
Running Robocode
You need Java 11 as minimum or newer to be preinstalled on your system. You can read the installation guide to get more details about installing Java and Robocode.
The Robocode GUI application must be run from the command line in order to start and view battles:
robocode-tankroyale-gui-0.11.1.jar
Note that you need to download sample bots and install those into directories on your system, and add these directories from the menu:
Config → Bot Root Directories
Sample bots
These sample bots are currently available:
C#: sample-bots-csharp-0.11.0.zip (reusing version 0.11.0)
Java: sample-bots-java-0.11.0.zip (reusing version 0.11.0)
Note that the C# bots need Microsoft .Net SDK 5.0 or newer must be preinstalled.
Bot API
In order to develop bots for Robocode, you'll need one of the provided APIs for the Java/JVM or .Net platform.
Java:
Available as a jar file: robocode-tankroyale-bot-api-0.11.0.jar (reusing version 0.11.0)
(Artifact from Maven does not work. Work is in progress to fix this for version 0.12.0.
.Net:
Available as artifact on the Nuget repository:
https://www.nuget.org/packages/Robocode.TankRoyale.BotApi/ (reusing version 0.11.0)
This discussion was created from the release v0.11.1.
Beta Was this translation helpful? Give feedback.
All reactions