On the Subject of Matrix Mapping

Stop! In the name of love an absence of movement buttons.

On the module will be a 6Γ—6 diamond consisting of four colours, with two additional buttons to the top-left of it. The toggle button will be to the left, and the submit button will be to the top.

The toggle button toggles the 6Γ—6 diamond between two sets of four colours, the colour of the submit button between black and white, and its own colour between one colour of each colour set.

The goal of this module will be to create a 4Γ—4 binary matrix which defines a fully traversible maze shown on the module through the 6Γ—6 diamond of colours.

The maze is defined by the matrix as follows:

  • The rows of the matrix are associated with the four colours of the first 6Γ—6 grid.
  • The columns of the matrix are associated with the four colours of the second 6Γ—6 grid.
  • It is only possible to travel from one tile to another that shares an edge if the intersection of the colour of the starting tile in the first grid and the colour of the target tile in the second grid is a 1.
  • Additionally, the following applies to the matrix:
    • Each row and column must contain at least one 0.
    • If a specific intersection of colours does not occur while navigating, that intersection has a value that is neither 0 nor 1. Instead, it is marked as β€œAbsent”.
    • If at any point while making the matrix all currently undefined values can be set to 0, they should be set to 0.
  • You should now have a completely filled-in matrix.

After finding this matrix, find the intersection of the two colours on the toggle button, and press the submit button when it is black if the value is 0, and white if it is 1. Repeat this process with the new colour pair on the toggle button until the module is solved. Note that absent cells will never be displayed on the toggle button, and the module will continue to the next colour pair even upon a strike.

Available colors: Red, Orange, Amber, Yellow, Lime, Green, Jade, aqua, Cyan, azure, Navy, Blue, Violet, Purple, Magenta, pink, rose

Traversibility Table Diamond 1 Diamond 2 Maze

Interactive Controls

  • The sound effects can be muted.
  • In Diamond 1/2:
    • Select a square and press ROAYLGJQCZNBVPMIS on your keyboard or use the color buttons to input the puzzle grid.
    • Selecting a square highlights (1) the relevant neighbors in the other diamond grid, (2) the color button matching the color of the square, and (3) the corresponding maze cell.
    • Use arrow keys on your keyboard to navigate to other colorable diamonds.
  • In the Traversibility Table, color the headers the same way and click squares to mark your deductions about traversibility between colors in the diamond grids.
  • In the Maze:
    • Click between the diamonds to mark the traversibility between each diamond as either a red unknown state, an arrowhead, or a wall (if both halves are walls, set them to blank πŸ˜‰)
    • Select a diamond to show which cells can be reached starting from the selected one. Remember to check all starting cells when you are nearly done.
  • The Reset buttons affect the grid nearest them.
  • Use the Save button to save the current state of all grids. You can also reset the saves.