On the Subject of Untouchable
The produciton value is a little lacking, but otherwise it is a fun, brainy party game. Now why it is on a bomb…
This module simulates a game of Untouchable. To disarm the module, play the game until you are the last player remaining.
The number of players at the start of the game is the last digit of the Serial Number modulo 3, plus 5. Players sit in a row for the entirety of the game. To find out the seat number are you starting in, start at Seat 1, and count to the right by the third character of the Serial Number, looping around if necessary.
Due to this only being a simulation, you are the only player who can make mistakes. To account for this a player will get eliminated every 6 rounds you survive.
When a player is eliminated, the screen will show the Seat Number of the eliminated player. Player positions will be adjusted once the empty seat is removed, so do keep track of them.
Basic Game Rules
- Players sit in a row, with the leftmost seat being Seat 1.
- Each player has a Green paddle, and a Red paddle.
- One player will be the Starting Player. At the start of the game, it is given to the player in Seat 1.
- The position of the Starting Player is also reset to Seat 1 after each elimination. Note that this is only implemented for this simulation. This does not happen in the real game.
- On each round, a number is called out, with or without a Rule modifier.
- Rule modifiers will be explained later within this manual.
- The player that is that number of seats to the right of the Starting Player of that round, looping from the end of the row to Seat 1 again if necessary, must raise the Red paddle.
- The Starting Player, and all players to the right up until the player before the one mentioned above, must raise the Green paddle.
- All other players that are not involved in the chain must not raise any of the two paddles.
- After the number is called, all players have 5 seconds to decide their action. After which, players will have their play checked, and be handed a Strike if they played incorrectly.
- Once a round is over, the player who is supposed to raise the Red paddle becomes the new Starting Player, and the game continues.
- If the number called out for the round makes at least one complete loop, the player it lands on must raise both the Green and Red paddle, since they are considered to be part of the chain, and also the end of the chain.