0.26.0 #110
flemming-n-larsen
announced in
Announcements
0.26.0
#110
Replies: 3 comments 1 reply
-
I just updated the GUI app (robocode-tankroyale-gui-0.26.0.jar) where a annoying bug was introduced where only a single instance of a booted bot could be stopped, but the other instances of the bot with the same name would continue running, and could not be stopped. So I you downloaded this jar file before this comment, then please download the updated version here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
@flemming-n-larsen Now is working again thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
📦 0.26.0 - Support for remote servers
🚀 Improvements
Server
->Select Server
withConfig
->Server Config
which makes it possible choose betweenusing a local or remote server. In addition, it is possible to add, edit, and remove remote servers, and it is
possible to specify a controller and a bot secret to allow the GUI and bots to access the remote server.
load {pid}
to indicate that a process couldnot be found with the provided pid.
🐞 Bug Fixes
📄 Documentation
You can read the Robocode Tank Royale documentation here.
🔨 Try it out
Please head over to My First Bot tutorial to learn how to set up your first bot for Robocode Tank Royale.
▶ Running Robocode
You need Java 11 as a minimum or newer, e.g. the newest version of Java available.
You can read the installation guide to get more details about installing both Java and Robocode.
The main application is the GUI Application which is a Java application.
You can read more about how to use the GUI Application here.
The Robocode GUI application is run from the command line (shell or command prompt) in order to start and view
battles:
If you are new to Robocode, you need to download some bots and extract those to directories on your system.
These bot directories can be added from the menu of the GUI:
Config → Bot Root Directories
🤖 Sample bots
These sample bots are currently available:
All bots are put in zip archives, which should be installed in independent directories.
Each zip archive contains a ReadMe.md file with more information for the specific platform.
📦 Bot API
In order to start developing bots for Robocode, the following APIs are available.
📦 Java:
Available as:
📦 .Net:
Available as:
This discussion was created from the release 0.26.0.
Beta Was this translation helpful? Give feedback.
All reactions