This commit is contained in:
Auric Vente 2024-07-21 00:55:37 -06:00
parent a16e2915ba
commit 857dd9dd92
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ For each number an action happens to produce an update.
The top score is calculated as (Triumph - Hits).
For merge, the words of each name are used.
They get filled with random words if less than 2 words.
One word from each set is picked randomly.
The triumph and hits get combined.
The original ants get terminated and the merged one hatches.
## Technology
This is made with python + qt (pyside6)