Neural Net

The idea of this game it to reset all the dice back to one dot.

Dice can be "triggered" by clicking on them. This will cause the value of the dice to be added to the dice that touch it either vertically (above and below) or horizontally (left side and right side). The addition goes up to 6 and then starts at 1 again.

For example, if a 3 is clicked on, and it touches 1, 2, 3 and 5, then these dice will change to 4, 5, 6 and 2 respectively.

Clicking on a 6 has no effect.

The game can always be done, and is successfully completed when all dice show only one dot.