Robocode.TankRoyale.BotApi 0.10.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Robocode.TankRoyale.BotApi --version 0.10.0
                    
NuGet\Install-Package Robocode.TankRoyale.BotApi -Version 0.10.0
                    
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.10.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Robocode.TankRoyale.BotApi" Version="0.10.0" />
                    
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.10.0
                    
#r "nuget: Robocode.TankRoyale.BotApi, 0.10.0"
                    
#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.
#addin nuget:?package=Robocode.TankRoyale.BotApi&version=0.10.0
                    
Install Robocode.TankRoyale.BotApi as a Cake Addin
#tool nuget:?package=Robocode.TankRoyale.BotApi&version=0.10.0
                    
Install Robocode.TankRoyale.BotApi 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.

You can get more information 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.10.0

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 net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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. 
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.30.0 385 2/7/2025
0.29.0 113 1/19/2025
0.28.1 137 1/1/2025
0.28.0 107 12/21/2024
0.27.0 119 12/2/2024
0.26.1 135 11/3/2024
0.26.0 119 10/20/2024
0.25.0 127 10/11/2024
0.24.4 158 9/19/2024
0.24.3 146 8/26/2024
0.24.2 148 8/22/2024
0.24.1 129 7/13/2024
0.24.0 127 6/14/2024
0.23.2 137 5/21/2024
0.23.1 121 5/18/2024
0.23.0 130 4/29/2024
0.22.2 147 3/29/2024
0.22.1 218 1/6/2024
0.22.0 203 12/3/2023
0.21.0 178 10/2/2023
0.20.1 184 9/14/2023
0.20.0 152 8/23/2023
0.19.3 199 8/4/2023
0.19.2 266 4/5/2023
0.19.1 273 2/26/2023
0.19.0 293 1/28/2023
0.18.0 327 12/18/2022
0.17.4 399 10/15/2022
0.17.3 410 10/2/2022
0.17.1 412 9/15/2022
0.17.0 420 9/6/2022
0.16.0 414 8/31/2022
0.15.0 417 8/17/2022
0.14.3 419 8/7/2022
0.14.2 426 7/29/2022
0.14.1 439 7/14/2022
0.14.0 449 7/3/2022
0.13.4 492 6/6/2022
0.13.3 477 6/1/2022
0.13.2 453 5/19/2022
0.13.1 442 5/18/2022
0.13.0 452 5/3/2022
0.12.0 509 4/17/2022
0.11.2 485 4/12/2022
0.11.0 478 4/1/2022
0.10.0 518 3/13/2022
0.9.12 465 2/10/2022
0.9.11 299 1/16/2022

Version 0.10.0
-----------------
This is an initial alpha version.
Expect that some methods of the API might change before the real release.