Hex Matcher - mrsperry/overseer GitHub Wiki
A hex refers to a hexadecimal number (ex: 0x2f1b87). In this hack you will need to match identical hexadecimal number to each other.
A list of hexadecimal numbers will be presented on the left and right of the game board. The left numbers are referred to as keys and the right numbers are referred to as values.
You will need to match each key with its identical value. When clicking on a key, all available values will light up and you may choose any of them to pair.
Pairing a key to its identical value will result in a connection forming between the two. Clicking on the wrong value for a key fails the hack.
Each level contains the following modifications:
Level | Time to solve | # of characters | # of key/value pairs |
---|---|---|---|
1 | 25 seconds | 5 characters | 5 pairs |
2 | 30 seconds | 6 characters | 7 pairs |
3 | 35 seconds | 7 characters | 10 pairs |