 |
Description |
This patch changes the algorithm used for generating random puzzles. It also increases the difficulty of the puzzles by adding 20 extra viruses. For example, Level 20 puzzles have 104 viruses instead of 84 viruses.
Note: The original game has puzzles with at most 84 viruses. It is possible to add 4 extra viruses per level, without running into any problems. However, further increases will result in the game entering an infinite loop generating some puzzles. To further increase the number of viruses, a new algorithm is needed. |
|