From c10db8188ecc2980b3c55f29b5745bea322742d0 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sun, 28 Jul 2024 04:27:52 -0600 Subject: [PATCH] Mods --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3055a41..1a06973 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,13 @@ The settings file is stored in `~/.config/cromulant/settings.json` Or the equivalents in non-linux systems. +There is a command line argument to define a custom location for the ants state file. +This means you can have multiple states to save/load. + +There is a command line argument to define a custom location for the names list. +This means you can use this with another set of names. +If not enough names are provided the remaining ants are created with random words. + ## Technology This is made with python + qt (pyside6)