Robocode.TankRoyale.BotApi 0.32.1

dotnet add package Robocode.TankRoyale.BotApi --version 0.32.1
                    
NuGet\Install-Package Robocode.TankRoyale.BotApi -Version 0.32.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Robocode.TankRoyale.BotApi" Version="0.32.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Robocode.TankRoyale.BotApi" Version="0.32.1" />
                    
Directory.Packages.props
<PackageReference Include="Robocode.TankRoyale.BotApi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Robocode.TankRoyale.BotApi --version 0.32.1
                    
#r "nuget: Robocode.TankRoyale.BotApi, 0.32.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Robocode.TankRoyale.BotApi@0.32.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Robocode.TankRoyale.BotApi&version=0.32.1
                    
Install as a Cake Addin
#tool nuget:?package=Robocode.TankRoyale.BotApi&version=0.32.1
                    
Install as a Cake Tool

README for Nuget package

About

This package contains the Bot API for developing bots for Robocode Tank Royale with the .Net platform. This package has been built for .Net 6.0

You read about the Bot API here.

How to use

You need to add this package to your .Net based bot project:

dotnet add package Robocode.TankRoyale.BotApi

This installs the newest available version of the Bot API for Robocode Tank Royale. You can install a specific version by adding the --version option with the specific version:

dotnet add package Robocode.TankRoyale.BotApi --version 0.32.1

The My First Bot tutorial shows how to create a bot and how this package is being used.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.32.1 154 7/1/2025
0.32.0 145 6/24/2025
0.31.0 152 6/19/2025
0.30.2 156 6/2/2025
0.30.0 445 2/7/2025
0.29.0 138 1/19/2025
0.28.1 157 1/1/2025
0.28.0 131 12/21/2024
0.27.0 139 12/2/2024
0.26.1 156 11/3/2024
0.26.0 141 10/20/2024
0.25.0 146 10/11/2024
0.24.4 181 9/19/2024
0.24.3 166 8/26/2024
0.24.2 169 8/22/2024
0.24.1 151 7/13/2024
0.24.0 153 6/14/2024
0.23.2 157 5/21/2024
0.23.1 139 5/18/2024
0.23.0 150 4/29/2024
0.22.2 168 3/29/2024
0.22.1 237 1/6/2024
0.22.0 216 12/3/2023
0.21.0 200 10/2/2023
0.20.1 203 9/14/2023
0.20.0 180 8/23/2023
0.19.3 232 8/4/2023
0.19.2 298 4/5/2023
0.19.1 306 2/26/2023
0.19.0 329 1/28/2023
0.18.0 362 12/18/2022
0.17.4 431 10/15/2022
0.17.3 442 10/2/2022
0.17.1 446 9/15/2022
0.17.0 455 9/6/2022
0.16.0 446 8/31/2022
0.15.0 454 8/17/2022
0.14.3 454 8/7/2022
0.14.2 460 7/29/2022
0.14.1 473 7/14/2022
0.14.0 485 7/3/2022
0.13.4 531 6/6/2022
0.13.3 515 6/1/2022
0.13.2 497 5/19/2022
0.13.1 482 5/18/2022
0.13.0 491 5/3/2022
0.12.0 552 4/17/2022
0.11.2 524 4/12/2022
0.11.0 519 4/1/2022
0.10.0 561 3/13/2022
0.9.12 513 2/10/2022
0.9.11 340 1/16/2022

Version 0.32.1
-----------------
This is a beta version (0.xx). Expect some changes to the API before version 1.0