On the Subject of Notre-Dame Ciphers
And we’re gonna let it burn, burn, burn, burn...
This module consists of four displays, two arrows that cycles through 4 pages of instructions, and a submit button that sends you to the submission phase.
The main goal is to scramble a 5×5 matrix using 3 particular ciphers, 3 times each, then locate where are the corresponding letters that you’ll have to press.
Initializing the matrix
Take the word from the 2nd display (below the “Start with :” label). Replace any Qs with Zs, and remove duplicate letters (only keep the first occurrences). If the number of letters left is even, remove the X if it has one, or add an X in the middle.
Get a 5×5 matrix and fill it with the resulting string by centering the word on the following path (using the example string ABCDEFGHIJKLMNOPZRSTUVWXY):
A | B | C | D | E |
J | I | H | G | F |
K | L | M | N | O |
T | S | R | Z | P |
U | V | W | X | Y |
Then, fill the rest of the matrix, starting from the top-left cell and going in reading order, with the rest of the alphabet (no duplicate letters allowed). Replace Q with Z.