0.26.1
π¦ 0.26.1 - Various bug fixes
π Improvements
- Server:
- When no bullets or functioning bots remain, the round ends immediately as a draw to speed things up.
- Bot API and schema:
- The
enemyCount
field was moved fromTickEvent
for the bot (tick-event-for-bot
) intoBotState
. This change
provides an observer with the enemy count for each bot, which is useful for the UI to display the current enemy
count for a specific bot. This also benefits the properties in the Bot Console.
- The
π Bug Fixes
- Bot API:
- Old events was not removed, causing
Maximum event queue size has been reached
.
- Old events was not removed, causing
- GUI:
- The Properties of the Bot Console did not show the correct enemy count for a bot.
- Server:
- The
enemy count
inTickEvent
was not calculated correctly for individual bots as well as for team bots.
- The
π 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:
java -jar robocode-tankroyale-gui-0.26.1.jar
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:
Platform | Archive | Requirements |
---|---|---|
C# | sample-bots-csharp-0.26.1.zip | Microsoft .Net SDK 6.0 or newer |
Java | sample-bots-java-0.26.1.zip | Any Java SDK 11 or newer |
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:
- Jar file: robocode-tankroyale-bot-api-0.26.1.jar
- Artifact at Nexus Repository
- Artifact at Maven Central Repository (available after some time)
π¦ .Net:
Available as:
- Artifact at Nuget repository