This commit is contained in:
Auric Vente
2024-07-21 01:21:20 -06:00
parent 12145b9020
commit dc12ba7859
2 changed files with 6 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ pipx install git+https://github.com/madprops/cromulant --force
## Algorithm
A random ant is picked based on weights (oldest update date weighs more).
Then a random number between 1 and 10 is picked.
Then a random number between 0 and 12 is picked.
For each number an action happens to produce an update.
The top score is calculated as (Triumph - Hits).