blob: 8e649b4e547dfcd7976c39c610f9454071ff31d1 (
plain)
1
2
3
4
|
GtkBalls is a simple logic game. The goal of the game is to make the
maximum number of lines with balls of the same color. A line is made
of five balls. Each time you don't make a line, extra balls appear on
the grid. You lose when the grid is full.
|