On the Subject of Faulty RGB Mazes
Now you too can experience... wait, where am I?
Maze Templates
See the following pages for instructions.
Maze Defects
Flashes | Hex | Defective spaces |
---|---|---|
1000 | 1 | lie neither on the edge nor on the center row or column of the grid. |
0100 | 2 | are either 0, 3, or 6 spaces from the center of the grid. |
1100 | 3 | have two odd or two even coordinates. |
0010 | 4 | are either 1 or 4 spaces from the center of the grid. |
1010 | 5 | lie on even rows. |
0110 | 6 | are either 2 or 5 spaces from the center of the grid. |
1110 | 7 | are one space from the edge of the grid. |
0001 | 8 | are less than 2 spaces from the location the maze was entered from. |
1001 | 9 | lie on the same row as the location the maze was entered from. |
0101 | a | have one odd and one even coordinate. |
1101 | b | are more than 2 spaces from the location the maze was entered from. |
0011 | c | lie on even columns. |
1011 | d | lie on the same column as the location the maze was entered from. |
0111 | e | lie on the center row or column. |