diff --git a/swarms/swarms/battle_royal_swarm.py b/swarms/swarms/battle_royal_swarm.py new file mode 100644 index 00000000..a10b15e2 --- /dev/null +++ b/swarms/swarms/battle_royal_swarm.py @@ -0,0 +1,17 @@ +""" + +Battle royal swarm where agents compete to be the first to answer a question. or the best answer. +Look to fornight game + +teams of 1, 3 or 4 that equates to 100 total agents + + +Communication is proximal and based on proximity +Clashes with adversial agents not in team. + +Teams of 3 agents would fight each other and then move on while other agents are clashing with eachother as well. + +Agents can be in multiple teams +Agents can be in multiple teams and be adversial to each other +Agents can be in multiple teams and be adversial to each other and be in multiple teams +"""