## Description
_Poux_ is a puzzle game, loosely related to Tetris. You are playing on a
board with stones of different color. After a specific time interval, another
row of randomly created stones is added at the bottom and all existing rows
are moving up. If any stone is reaching the top border, the game ends. You can
remove stones if they have at least one direct neighbour of the same color. If
a removal starts, any connected stones of the same color are recursively
removed (neighbours of neighbours). Points are rewarded for removing stones
and the level is increased after specific scores are reached. Higher levels
decrease the time of rows added at the bottom.
In the game update from 2009 a special stone was added to the gameplay: the
bomb. It can be removed by simply clicking on it and as effect it removes the
whole row it was located in.