From 0431dd6be9ea6b0c0af27af635c6487139e8392e Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sat, 20 Jul 2024 05:16:02 -0600 Subject: [PATCH] Mods --- README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8eb4374 --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +![](https://i.imgur.com/hsxCaaG.jpg) + +# Cromulant + +This is a kind of toy you can use for your amusement. + +You hatch ants and they are born from a list of 1000 random names. + +You can also terminate them (randomly, you don't decide who is removed). + +Then periodically the ants will produce random updates. + +The updates can be random non-sensical sentences. + +The ants can score triumphs or take hits. + +You can adjust the speed of the updates. + +## Game Loop + +You hatch and terminate ants. + +You read some funny updates. + +You watch who gets the most triumphs or the most hits. + +The ant with the highest score is shown in the footer. + +Clicking the footer scrolls to the bottom. + +There is a filter to filter updates. + +## Algorithm + +A random ant from ants that haven't had an update in at least 10 minutes is picked. + +Or any ant is picked if none meet that requirement. + +Then a number between 1 and 10 is randomly picked. + +For each number an action happens to produce an update. \ No newline at end of file