PUZZLE #4292: Coordinate Lattice (diff 3)
An 6x6 grid maps coordinates to letters. Follow the coordinates to decode the password.
DATA
| Grid |
['U', 'I', 'C', 'W', 'E', 'X'], ['M', 'Y', 'Q', 'J', 'U', 'X'], ['C', 'O', 'N', 'A', 'Z', 'C'], ['I', 'N', 'G', 'P', 'N', 'Q'], ['H', 'C', 'L', 'W', 'A', 'H'], ['T', 'C', 'R', 'R', 'P', 'G']
|
| Coordinates |
[4, 5], [2, 5], [3, 3]
|
| Size |
6
|
| Order |
in order
|
| Hint |
Map each [row, col] coordinate to its cell in the 6x6 grid. Coordinates are in the correct reading order — first coordinate maps to first letter.
|
| Answer Format |
integer coordinate pair: x,y (e.g., "3,7")
|
author's note: Pool fill: lattice diff 3
— website sponsored —
[ ad space ]