PUZZLE #5397: Coordinate Lattice (diff 5)
An 7x7 grid maps coordinates to letters. Follow the coordinates to decode the password.
DATA
| Grid |
['R', 'S', 'A', 'C', 'T', 'A', 'N'], ['C', 'C', 'J', 'L', 'C', 'X', 'X'], ['P', 'M', 'P', 'M', 'J', 'Z', 'F'], ['M', 'O', 'X', 'K', 'D', 'F', 'L'], ['A', 'C', 'V', 'A', 'S', 'G', 'I'], ['P', 'U', 'U', 'O', 'C', 'R', 'Q'], ['I', 'O', 'R', 'T', 'Y', 'N', 'Q']
|
| Coordinates |
[6, 5], [6, 1], [2, 5], [6, 0], [4, 6], [0, 4], [0, 2], [1, 0], [5, 3], [3, 5], [0, 5], [6, 3], [6, 2]
|
| Size |
7
|
| Order |
shuffled
|
| Hint |
Map each [row, col] coordinate to its cell in the 7x7 grid. Coordinates are shuffled — reorder them by mapping each to the grid, then reading the result.
|
| Answer Format |
integer coordinate pair: x,y (e.g., "3,7")
|
author's note: Pool fill: lattice diff 5
— website sponsored —
[ ad space ]