EASY LEVEL:
- Each card collected and placed into a foundation pile is worth 10 points
- Each collected foundation pile = 50 points
- Win Bonus (all cards and piles are collected) = 100 points
- Moves Bonus:
- The total number of possible moves = 300
- Moves Bonus = 300 - the number of moves made
- Time Bonus:
- Bonus is awarded when all cards are collected.
- Time Bonus = 900 (15 minutes) - the number of seconds spent.
- Game score:
- If the player wins the game, score = ((13 * 10 * 8) + (50 * 8)) + Win Bonus + Moves Bonus + Time Bonus
- If the game was interrupted, score = (the number of collected cards * 10) * number of collected piles + (the number of collected piles * 50)
- Maximum Moves Bonus = 300 - 96 = 204
- Maximum Time Bonus = 900 - 96 = 804
- Maximum Game Score = ((13 * 10 * 8) + (50 * 8)) + 100 + 204 + 804 = 2,548
HARD LEVEL:
- Each card collected and placed into a foundation pile is worth 20 points
- Each collected foundation pile = 100 points
- Win Bonus (all cards and piles are collected) = 500 points
- Moves Bonus:
- The total number of possible moves = 400
- Moves Bonus = 400 - the number of moves made
- Time Bonus:
- Bonus is awarded when all cards are collected.
- Time Bonus = 1,500 (25 minutes) - the number of seconds spent.
- Game score:
- If the player wins the game, score = ((13 * 20 * 8) + (100 * 8)) + Win Bonus + Moves Bonus + Time Bonus
- If the game was interrupted, score = (the number of collected cards * 20) * number of collected piles + (the number of collected piles * 100)
- Maximum Moves Bonus = 400 - 96 = 304
- Maximum Time Bonus = 1500 - 96 = 1,404
- Maximum Game Score = ((13 * 20 * 8) + (100 * 8)) + 500 + 304 + 1,404 = 5,088