-
-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kye
committed
Oct 12, 2023
1 parent
a500b82
commit 8ad06e9
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
""" |