- For each letter from the list below, a certain number of points is given. If the letter is not on the list below, 1 point is given for it.LetterScoreC, M, P, T, U4B7D, R, S, H, I2G5
- The total number of points per word is calculated as the sum of the number of points for each letter, multiplied by two.
score = (w + o + r + d) * 2 * Word Length;
For example, the word "dot" contains 3 letters:
score = (d + o + t) * 2 * 3 = (2 + 1 + 4) * 2 * 3 = 42 points
Exception for the Word Length multiplier is the word or letter combination containing identical letters only.
- Bombs could be earned by submitting words after meeting your goal. The player receives one Bomb for every 500 additional points.