From 8305aad3dbae9f6469621002a51cb87cfdf327d4 Mon Sep 17 00:00:00 2001 From: Pawel Sapula Date: Tue, 26 May 2026 00:26:22 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index cc83c35..7c39ee4 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,17 @@ This solution seems to work on some computers, but JavaFX is often found problem Tests can be run with the following command: `mvn clean test`.
This requires having cloned the repository in the [first section](#source-code-compilation). +# Persistence +The application utilizes 'AppData' folders of the three major systems. + +This includes: +- Windoows: `~/home/AppData/Millions/` +- MacOS: `~/home/Library/Application Support/Millions/` +- Linux: `~/home/.local/share/Millions/` + +The application saves player and gamestate in the corresponding folders under the name `storage.json`.
+This file can be removed via. the scripts attached to each Release in the `Releases` tab. + # Guide to tests Testing follows the default AAA model (Arrange, Act, Assert).