Robocode.TankRoyale.BotApi
0.26.0
See the version list below for details.
dotnet add package Robocode.TankRoyale.BotApi --version 0.26.0
NuGet\Install-Package Robocode.TankRoyale.BotApi -Version 0.26.0
<PackageReference Include="Robocode.TankRoyale.BotApi" Version="0.26.0" />
paket add Robocode.TankRoyale.BotApi --version 0.26.0
#r "nuget: Robocode.TankRoyale.BotApi, 0.26.0"
// Install Robocode.TankRoyale.BotApi as a Cake Addin #addin nuget:?package=Robocode.TankRoyale.BotApi&version=0.26.0 // Install Robocode.TankRoyale.BotApi as a Cake Tool #tool nuget:?package=Robocode.TankRoyale.BotApi&version=0.26.0
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.26.0
The My First Bot tutorial shows how to create a bot and how this package is being used.
Product | Versions 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. |
-
net6.0
- Microsoft.Build.Locator (>= 1.7.8)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.2)
- Microsoft.Extensions.Configuration.Json (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
- System.Text.Json (>= 8.0.5)
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.26.1 | 98 | 11/3/2024 |
0.26.0 | 93 | 10/20/2024 |
0.25.0 | 102 | 10/11/2024 |
0.24.4 | 122 | 9/19/2024 |
0.24.3 | 127 | 8/26/2024 |
0.24.2 | 127 | 8/22/2024 |
0.24.1 | 106 | 7/13/2024 |
0.24.0 | 108 | 6/14/2024 |
0.23.2 | 119 | 5/21/2024 |
0.23.1 | 102 | 5/18/2024 |
0.23.0 | 112 | 4/29/2024 |
0.22.2 | 132 | 3/29/2024 |
0.22.1 | 204 | 1/6/2024 |
0.22.0 | 190 | 12/3/2023 |
0.21.0 | 168 | 10/2/2023 |
0.20.1 | 176 | 9/14/2023 |
0.20.0 | 143 | 8/23/2023 |
0.19.3 | 190 | 8/4/2023 |
0.19.2 | 251 | 4/5/2023 |
0.19.1 | 257 | 2/26/2023 |
0.19.0 | 274 | 1/28/2023 |
0.18.0 | 308 | 12/18/2022 |
0.17.4 | 378 | 10/15/2022 |
0.17.3 | 386 | 10/2/2022 |
0.17.1 | 391 | 9/15/2022 |
0.17.0 | 395 | 9/6/2022 |
0.16.0 | 392 | 8/31/2022 |
0.15.0 | 395 | 8/17/2022 |
0.14.3 | 396 | 8/7/2022 |
0.14.2 | 403 | 7/29/2022 |
0.14.1 | 416 | 7/14/2022 |
0.14.0 | 426 | 7/3/2022 |
0.13.4 | 468 | 6/6/2022 |
0.13.3 | 449 | 6/1/2022 |
0.13.2 | 429 | 5/19/2022 |
0.13.1 | 418 | 5/18/2022 |
0.13.0 | 428 | 5/3/2022 |
0.12.0 | 482 | 4/17/2022 |
0.11.2 | 460 | 4/12/2022 |
0.11.0 | 453 | 4/1/2022 |
0.10.0 | 486 | 3/13/2022 |
0.9.12 | 435 | 2/10/2022 |
0.9.11 | 268 | 1/16/2022 |
Version 0.26.0
-----------------
This is an initial alpha version. Expect changes to the API before the real release.