Back

Alphabet Blocks (203)

Instruction:
There are multiple cubes, each of which has six faces. Each face is labeled with a letter. No letter appears more than once. For each of the words in the list, it is possible to spell the word using all the cubes, one cube for each letter in the word. Determine which letters are on which cube. Ignore rotations of the letters (for example, you may not use the same face for "M" and "W").

Reference: WPF (1)

Notes:
Variants:
- There are multiple cubes, each of which have six faces and are represented by the arrow and its six faces. Each face must be labeled with a letter. Letters can repeat on different faces of a cube. For each of the words in the set marked with cube faces, it is possible to spell the word using at most one face from each cube. Determine which letters are on which cube. Ignore rotations of the letters, e.g. the same face cannot be used for “M” and “W”. The letters on each cube must form some of the words from the given list, from top to bottom.

Examples:
WPF Puzzle GP 2016 - Round 7 Casual (70)
WPF Puzzle GP 2017 - Round 2C (46)