Words With Friends
(Published on 16. March 2025, 23:41 by lmdemasi)
Martin and Stuart are playing Words With Friends (Scrabble) on a 9x9 grid, i.e.:
- Players take turns to place letters in an orthogonal straight line (one letter per cell) to make words, reading left to right or top to bottom;
- On the his first turn, Martin plays "CASTLE" horizontally in the middle row;
- Subsequently, each word must include at least one letter that has already been played as part of its straight line.
Each turn is scored according to the following rules:
- In this game, each letter from ACEHILMST has a unique integer point value from 1 to 9, and no other letters exist;
- A word's score is the sum of its letter's point values (including letters already on the board), plus any bonuses activated by letters played on coloured squares on that turn only;
- A letter's point value is doubled by a light blue square and tripled by a dark blue square;
- A word's score is doubled by a pink square and tripled by a red square;
- Letter multipliers (light/dark blue squares) are applied before word multipliers (pink/red squares).
- Word score multipliers stack multiplicatively. For example, a word played on one double word score and one triple word score would have score multiplied by 2x3 = 6.
The list of words and scores for each player, in order, is as follows (question marks indicate the number of digits in the score, where the leading digit is not zero):
Martin | | Stuart | |
CASTLE | 76 | CHASM | ??? |
ALCHEMIST | 122 | LATCH | ??? |
LATHS | ?? | LIST | ?? |
MEAT | ?? | CEL | ?? |
|
Total | 272 | Total | 525 |
After the game, replace each letter with its points value and fill in the grid according to regular sudoku rules: fill each row, column and 3x3 box with the digits 1-9 once each.
Play on Sudokupad. Answer check only looks at digits in the main 9x9 grid.
Play on sudokupad (smaller grid without tile rack).
Thanks to Stuart (a.k.a
ThePedallingPianist) for puzzle testing.
Thanks to Martin (a.k.a.
Marty Sears) for help with the layout.
Solution code: The 9 digits from column 3, followed by the 9 corresponding letters. (all digits before all letters)
Last changed on on 18. March 2025, 12:14
Solved by ThePedallingPianist, aqjhs, roflsalot, CauchySchwarz, JayForty, qiuyanzhe, SenatorGronk, Da Letter El, mew_rocks, jkuo7, compiling, bansalsaab, bianbianPEI, OGRussHood, Scojo, Clara123, astronixia, Khatru, softie, 72kchunshuai, arctan, humm42, P12345, kevinlimanta, Nylimb, Nell Gwyn, Frank Puzzles, rich_27
Comments
on 16. March 2025, 23:49 by ThePedallingPianist
What a beautiful puzzle! The idea might seem like a gimmick at first, but rest assured that the solution path is full of fascinatingly clever and smooth deductions! I'm glad I got to test it, and even more glad that I beat Marty!