NetBlocks
About
Netblocks is a FOSS game developped in python with the pygame hardware abstraction layer.
Download
Goal
Like in Tetris, it's not possible to win. So play until you lose. You lose when one of the columns fills.
Rules
You are presented a board with cells. Cells can be empty : , contain only wires : or contain wires and a blue "source" : .
To remove cells, you have to connect them with a source. Higher levels require you to connect more cells before being allowed to remove them.
From time to time, a new wave of random cells appears.
Controls
- Left-clic : rotate cell anti-clockwise
- Right-clic : rotate cell clockwise
- Middle-clic : remove connected cells if allowed
- Space : require a new wave without waiting