allow abandoning a puzzle

This commit is contained in:
2022-08-20 23:35:21 +00:00
parent 738c876c89
commit 888d0b2178
3 changed files with 52 additions and 24 deletions

View File

@@ -33,7 +33,9 @@ typedef RewardFile = {
startingPoints: Int,
puzzleWidth: Int,
puzzleHeight: Int,
piecesPerPoint: Int
piecesPerPoint: Int,
skipped: Bool
};
typedef Puzzle = {