Number Multiples - mrsperry/overseer GitHub Wiki
You will be presented with a list of numbers called multipliers, along with a grid of randomized numbers.
Multipliers are synonymous with factors in this hack.
Each multiplier presented at the top of the board will have at least one number in the randomized grid that is an even multiple. You must select each multiple of each multiplier in the grid.
Some numbers may have overlapping multiples, in which case you will only need to select that number once.
Each level contains the following modifications:
Level | Time to solve | highest number | grid size | # of multipliers |
---|---|---|---|---|
1 | 25 seconds | 20 | 3x3 | 2 multipliers |
2 | 40 seconds | 30 | 4x4 | 3 multipliers |
3 | 55 seconds | 40 | 5x5 | 5 multipliers |