{{ game.name }} Score Calculator
Welcome to Anagrammer's Scrabble Score Calculator! As competitive Scrabble players know, Scrabble is almost as much a mathematics game as it is a word game. It is never safe to assume that the longer the word, the higher the score. This is not always the case since it depends on the Scrabble letter values as well as the placement of letters and words on premium squares on the board.
- + {{ v }} points for {{ k }} letters
- = {{ getCalculationString() }} = {{ sum() }}
- = {{ sum() }} x 2{{ dw }} = {{ getDWScore() }}
- = {{ getDWScore() }} x 3{{ tw }} = {{ getTWScore() }}
- = {{ getTWScore() }} + {{ getBingoValue() }} = {{ finalSum() }}
- = {{ finalSum() }}
- Verifying {{ word }} in {{ game.name }}: {{ paths[word].is_word ? 'VALID' : 'INVALID' }}
- {{ v.game }}
- {{ item.word }} : {{ item.sum }} x 2{{ item.dw }}x 3{{ item.tw }} = {{ item.finalSum }}
- Total: {{ cacheSum(g) }}
- SAVE
{{ w }}
Our calculator uses letter values for {{ game.name }} to tell you how much a word is worth in the game. We use the official dictionary for {{ game.name }} to calculate the scores. This calculator will also check if {{ w }} is valid or invalid.