Robocode.TankRoyale.BotApi 0.22.2

dotnet add package Robocode.TankRoyale.BotApi --version 0.22.2
NuGet\Install-Package Robocode.TankRoyale.BotApi -Version 0.22.2
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.22.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Robocode.TankRoyale.BotApi --version 0.22.2
#r "nuget: Robocode.TankRoyale.BotApi, 0.22.2"
#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.
// Install Robocode.TankRoyale.BotApi as a Cake Addin
#addin nuget:?package=Robocode.TankRoyale.BotApi&version=0.22.2

// Install Robocode.TankRoyale.BotApi as a Cake Tool
#tool nuget:?package=Robocode.TankRoyale.BotApi&version=0.22.2

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.22.2

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. 
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.22.2 87 3/29/2024
0.22.1 174 1/6/2024
0.22.0 160 12/3/2023
0.21.0 135 10/2/2023
0.20.1 138 9/14/2023
0.20.0 128 8/23/2023
0.19.3 146 8/4/2023
0.19.2 221 4/5/2023
0.19.1 220 2/26/2023
0.19.0 259 1/28/2023
0.18.0 275 12/18/2022
0.17.4 359 10/15/2022
0.17.3 355 10/2/2022
0.17.1 372 9/15/2022
0.17.0 365 9/6/2022
0.16.0 361 8/31/2022
0.15.0 375 8/17/2022
0.14.3 366 8/7/2022
0.14.2 370 7/29/2022
0.14.1 390 7/14/2022
0.14.0 388 7/3/2022
0.13.4 439 6/6/2022
0.13.3 420 6/1/2022
0.13.2 404 5/19/2022
0.13.1 386 5/18/2022
0.13.0 417 5/3/2022
0.12.0 455 4/17/2022
0.11.2 424 4/12/2022
0.11.0 417 4/1/2022
0.10.0 434 3/13/2022
0.9.12 422 2/10/2022
0.9.11 257 1/16/2022

Version 0.22.2
-----------------
This is an initial alpha version. Expect changes to the API before the real release.