Info
Version: | 1.2.0 |
Author(s): | Scott Downing |
Last Update: | Thursday, March 26, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/GimpArm/AntRunner |
NuGet Url: | https://www.nuget.org/packages/AntRunner.Interface |
Install
Install-Package AntRunner.Interface
dotnet add package AntRunner.Interface
paket add AntRunner.Interface
AntRunner.Interface Download (Unzip the "nupkg" after downloading)
A programming exercise game.
Create an AI for your cyborg ant to battle up to 8 cyborg ants in a game of capture the flag. Ants are randomly placed on the map knowing only the map size, their starting position, and their own color. They must use echo location to find their way around the map being careful not to run into walls, other ants, or step on bombs. Your ant isn't defense less, it's armed with a high powered laser cannon, a defensive energy shield, and can pick up bombs to deploy traps for other ants.
Each ant gets 250ms of processing time to decide what to do next or else they miss their turn.