PuzzleManiak

PuzzleManiak nella versione 0.1 si compone di tre diversi Games: 1) Bridges 2) Light Up 3) Net.
Briges Rules: You have a
set of islands distributed across the playing area. Each island contains a
number. Your aim is to connect the islands together with bridges, in such a
way that:
* Bridges run horizontally or vertically.
* The number of bridges terminating at any island is equal to the number
written in that island.
* Two bridges may run in parallel between the same two islands, but no more
than two may do so.
* No bridge crosses another bridge.
* All the islands are connected together.
LightUp Rules: You have
a grid of squares. Some are filled in black; some of the black squares are
numbered. Your aim is to ‘light up’ all the empty squares by placing light
bulbs in some of them. Each light bulb illuminates the square it is on, plus
all squares in line with it horizontally or vertically unless a black square
is blocking the way. To win the game, you must satisfy the following
conditions:
* All non-black squares are lit.
* No light is lit by another light.
* All numbered black squares have exactly that number of lights adjacent to
them (in the four squares above, below, and to the side). Non-numbered black
squares may have any number of lights adjacent to them.
Net Rules: The computer prepares a network by connecting up the centres of squares in a grid, and then shuffles the network by rotating every tile randomly. Your job is to rotate it all back into place. The successful solution will be an entirely connected network, with no closed loops. As a visual aid, all tiles which are connected to the one in the middle are highlighted.