


No issues here, game runs great.
Works perfectly out of the box
People talkign about save lifes not working in older reviews were playing the demo version. Full versions save files work perfectly fine.
Needed to manually create save directory
Game works but in order to save progress, I had to manually create a directory in ~/.local/share/Godot/app_userdata/Minesweeper Variants
. Check the console output from steam to verify the correct directory to create.
Game works but in order to save progress I had to manually create a directory
After completing a level, my progress would not be automatically saved and so I couldn't progress beyond the easiest difficulties. In order to save progress, I had to manually create the directory ~/.local/share/Godot/app_userdata/Minesweeper Variants
. Open steam from the terminal to see log messages. You should see a message indicating that a directory tried to be created but failed. This is the directory you must create manually.

Other than the easy to fix saving issue, it runs smoothly.
Can be fixed by running mkdir -p ~/.config/Godot/app_userdata/Minesweeper\ Variants
.