Difference between revisions of "Challenge: 1v1"

From Gladiabots Wiki
Jump to: navigation, search
Line 1: Line 1:
If you want to play against other player's AIs, go to the Discord and ask for a challenge in the #challenges channel.
+
Write an AI that can beat all the AIs on this page of smaller or equal size (for example, if the smallest 3 AIs are one, three and five nodes and you can write a four node AI that can beat the first two, you become part of the Gauntlet).
  
== Rules ==
+
== The Gauntlet ==
  
* All bots but the first bot alive on your team have to idle
+
[[File:1v1-Fish-Gilberreke.png|thumb|none|1 node]]
* You can only target enemy bots, not entities on the field or allies
+
[[File:1v1-Fisherman-Gilberreke.png|thumb|none|3 nodes - by Gilberreke]]
* You can't ever target a bot that's been idle since game start
+
* If all other bots are idle, you have to walk towards all enemies
+
* The match only ends when one bot dies (we watch past the game end)
+
* You are not allowed to rewind the match (because doing so past the 5 minute mark will change the result)
+
 
+
== Test Environment ==
+
 
+
[[File:1v1Rules.png|thumb|none]]
+
 
+
The easiest way to follow the rules is to copy this bit of AI and put it in front of your AI. All nodes following it should only ever target an enemy tagged 1.
+
 
+
== AIs to test against ==
+
 
+
For the mirror setup (for example, assaults vs assault), the first AI you should try beat is one that just shoots at the closest enemy (no range parameters).
+

Revision as of 08:00, 7 December 2020

Write an AI that can beat all the AIs on this page of smaller or equal size (for example, if the smallest 3 AIs are one, three and five nodes and you can write a four node AI that can beat the first two, you become part of the Gauntlet).

The Gauntlet

1 node
3 nodes - by Gilberreke