[Prototype] Game 25

Hi Everyone,
Me, @hermantulleken and @Rigormortis are at it again. We’re continuing development on one of our games from our 30 games campaign, Game 25!
You have to shuffle a board of numbers so that each block contains the difference, sum or product (depending on the game mode) of the two numbers above it. Here is the link (Unity web player): //www.gamelogic.co.za/examples/numbers-game/index.html
We’ve implemented a few new mechanics and would love to get some feedback on them.
Here’s what we’ve added:
3 game modes
- Subtraction - originally included.
- Addition - this works similarly to the subtraction and other than producing numbers with 3 digits, there are no real problems.
- Multiplication – this creates a problem as the numbers grow exponentially, any we will appreciate any ideas on how to make this (or division) work nicely.
- Easy – there is an average of one frozen tile for each row.
- Medium – there is an average of one frozen tile for every two rows
- Hard – there are no frozen tiles.