From 857dd9dd9244a6673cfe15c072f3dc7fdaa9aecb Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sun, 21 Jul 2024 00:55:37 -0600 Subject: [PATCH] Mods --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 88cd258..bce1315 100644 --- a/README.md +++ b/README.md @@ -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)