On the Subject of Jupiter
Judgement will now be passed, will you be favored by the gas giant?
- If there is a standard module background, or the planet shown is not Jupiter, you are looking at the wrong module.
- Pressing the sphere near the status light will make the planet disappear, until said sphere is pressed again.
- This manual will use a few terms when referring to the chart below:
- A node is any square in the chart. Some rules will refer to how many you have visited. A visited node includes the one you are on and all previous ones you’ve been to.
- An orbital is a node that has only one path leading from it.
- An opposite orbital is an orbital that shares color with the one you are looking at.
- A connector is a node with five paths connecting to it.
- The goal node is the node in the center.
- All other nodes will be referred to as a standard node.
- Start in the standard node that is in the same position as the status light. Follow the rules according to the colors of each node.
- Starting with the sum of the serial number digits, apply the operation shown with the node you visit. Clarifications on some of the operators will be provided below.
- Press the planet when the last digit of the timer* is the obtained number plus the amount of nodes you have visited, modulo 10.
Type | Explanation |
---|---|
| | Converting your number into binary, compare each bit with the number in the table, and if either bit is 1, then the resulting bit is 1. The final result should then be converted back into decimal. If your number is negative, do nothing. |
& |
Converting your number into binary, compare each bit with the number in the table, and if both bits are 1, then the resulting bit is 1. The final result should then be converted back into decimal. If your number is negative, do nothing. |
^ | Raise your number to the power shown. |
% | Subtract the number after the % from your current number repeatedly until your current number is less than the number you are subtracting. |
Round down if you have a decimal. |