Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsa authored May 25, 2026
1 parent 0fbe2ba commit 8305aad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`. <br>
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`. <br>
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). <br>
Expand Down

0 comments on commit 8305aad

Please sign in to comment.