Level 7 · Puzzle

Level 7 Color Priority Cipher

Seven orb colors map to fixed priorities. The code is the concatenation of (quantity x value) per color sorted by priority. Zero quantities are omitted.

Level 7 Color Priority Cipher
Level
Level 7
Solver tool
Open solver →

Color matrix

ColorPriorityValue
Red11
Green22
Blue33
Gray44
Yellow55
Purple66
Orange77

Rules

  1. Quantify every colored orb in the environment.
  2. Drop any color with quantity 0 from the working set.
  3. For each remaining color, compute the substring (quantity)(value).
  4. Concatenate the substrings in ascending priority order.
  5. The resulting string is the computer-terminal code; the rightmost 4 characters are the keypad door code.

Example

Locate exactly 3 Red orbs and 1 Yellow orb. Substrings: "31" + "15" = "3115".