PUZZLE #3280: Coordinate Lattice (diff 6)
An 7x7 grid maps coordinates to letters. Follow the coordinates to decode the password.
DATA
| Grid |
['H', 'T', 'B', 'P', '_', 'A', 'E'], ['X', 'Y', 'A', 'W', 'O', 'B', 'Z'], ['V', 'D', 'Z', 'A', 'O', 'O', 'S'], ['H', 'K', 'F', 'C', 'P', 'G', 'W'], ['K', 'D', 'N', 'Z', 'I', 'N', 'T'], ['O', 'J', 'R', 'C', 'T', 'V', 'F'], ['O', 'G', 'C', 'R', 'F', 'Q', 'P']
|
| Coordinates |
[5, 2], [6, 1], [2, 4], [5, 4], [0, 4], [1, 1], [3, 0], [0, 6], [4, 1], [5, 0], [2, 3], [6, 6], [4, 4], [0, 3], [5, 3], [6, 2], [4, 2], [6, 3]
|
| Size |
7
|
| Order |
shuffled
|
| Hint |
Map each [row, col] coordinate to its cell in the 7x7 grid. Coordinates are shuffled. The answer may contain underscores which represent spaces.
|
| Answer Format |
integer coordinate pair: x,y (e.g., "3,7")
|
author's note: Pool fill: lattice diff 6
— website sponsored —
[ ad space ]