Objective: Connect letter tiles to form words (unscramble words) to score points and manage your turns wisely.
The game ends when you run out of turns.
Scoring in Unscrabbled is based on two factors:
AWV is calculated by adding the Scrabble values of each letter in the word and dividing by the number of letters in that word.
Example 1: TOO
T:1 + O:1 + O:1 = 3 → 3 ÷ 3 letters = AWV = 1.0
Example 2: ZOO
Z:10 + O:1 + O:1 = 12 → 12 ÷ 3 letters = AWV = 4.0
Once you calculate the AWV, it is multiplied by the base score based on word length. We use an exponential scoring system to reward longer words more heavily:
Word Length | Base Score | Example | AWV | Final Score |
---|---|---|---|---|
3 | 8 | TOO (T:1, O:1, O:1) | 1.0 | 8 × 1 = 8 |
3 | 8 | ZOO (Z:10, O:1, O:1) | 4.0 | 8 × 4 = 32 |
6 | 128 | LASERS | 1.0 | 128 × 1 = 128 |
6 | 128 | SHAMES (S:1, H:4, A:1, M:3, E:1, S:1) | 1.83 | 128 × 1.83 = 235 |
6 (Sq) | 128 | SHAMES (starts and ends with same S) | 1.83 | 235 × 2 = 470 |
13 | 16,384 | PHOTORECEPTOR (Total Letter Value: 22) | 22 ÷ 13 = 1.69 | 16,384 × 1.69 = 27,727 |
Tip: Words that begin and end with the same letter (forming a square) score double.