From 9dc107e9daffdd78e3199fbc2527ee60bd76434a Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sun, 28 Jul 2024 04:00:09 -0600 Subject: [PATCH] Mods --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 51b6f35..3cd659c 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,14 @@ The triumph and hits get combined. The original ants get terminated and the merged one hatches. An extra random ant is hatched to fill the gap. +## Storage + +The state of ants is stored in `~/.local/share/cromulant/ants.json` + +The settings file is stored in `~/.config/cromulant/settings.json` + +Or the equivalents in non-linux systems. + ## Technology This is made with python + qt (pyside6)