On the Subject of Pointmore Machines
Strawberry.
WARNING! This manual may not work as intended with ruleseeds not equal to 1.
This module presents a machine with a monitor that flashes a sequence of six colors. There is a brief pause in-between the last and first colors of the sequence. The sequence will consist of the colors Red, White, Yellow, Blue, and Purple with one of the colors being repeated. To disarm the module, a series of six directions corresponding to the six flashing colors must be inputted into the module.
Part 1: Assigning Information to the Five Colors
- Make a list with five slots. Each slot consists of a color, a variable, and a constant (these 3 information pieces of a slot from now on are written in bold (except for the table on page 2), so don’t confuse color with color). The goal for part 1 is to assign information in the form of a variable and constant to each of the 5 colors present on the module, so consider color’s color as an identifier of a slot. For the purposes of the assigning algorithm (steps 2-5), the following information is stored (although information about positions would be ommited starting from Part 2):
- Color: stores a flash (color + position).
- Constant: stores a single color.
- Variable: stores a flash (color + position).
- The first slot’s color is equal to the first flash.
- Use current slot’s color (refered to as current flash) in the below table to assign to current slot its variable and constant. If obtained variable’s color is the same as any previous (and including the current) slot’s color’s color, proceed forward through the sequence until it is not, wrapping around if necessary. Assign this obtained flash as the variable instead.
- The next slot’s color will be the previous slot’s variable.
- Repeat steps 3 and 4 until the fifth slot is assigned its color. The fifth slot has no variable and its constant is assigned the slot’s color’s color. If you did everything correctly, your four variables should have four different colors not equal to the first slot’s color’s color.