On the Subject of Jank Hole
Holeker.
This module contains a Jank Hole, which will flash a sequence of 10 colors which can be Red, Green, Blue, Cyan, Magenta, Yellow or White. There will be a pause between the start and the end of the sequence, where a swamp green color will be shown.
To solve the module, obtain a code consisting of letters A-Z.
In this module, when doing operations with letters, use their alphabetic positions, where Z = 0, A = 1, B = 2... Y = 25, same with converting numbers to letters.
First, using the serial number, find the goal letters X, Y and Z.
- If there are two letters in the serial number:
- The first two letters of the serial number are X and Y, to find Z, take the absolute difference between X and Y, then divide it by 2, if there are more unlit indicators than lit indicators, round down, otherwise, round up. Then convert the result into a letter using alphabetic position, it will be letter Z.
- If there are three letters in the serial number:
- The serial number letters are going to be X, Y and Z.
- If there are four letters in the serial number:
- Find the absolute difference between the 1st and 2nd letter of serial number, 2nd and 3rd, 3rd and 4th. Convert the results into letters using alphabetic position, in order the letters are going to be X, Y and Z.
Then, figure out the two keys: Key A and Key B, using the color sequence and the table below. For Key A, use the first 5 colors of the sequence in order, for Key B use the last 5 colors in order. Both of the Keys start as empty strings and the table will add letters to them or modify the keys. First, figure out Key A, then figure out Key B, as Key A may be used in calculating Key B.