Balls!
======
Jordi Fita <jfita@geishastudios.com>
:comments:

[role="figure-right"]
.Screenshot of Balls!
image::screenshots/balls.png["Screenshot of Balls!", width=480, height=320]

'Balls!' is a puzzle game in which the player must remove a level-specific
number of bouncing balls from the screen.  Balls are only removed when they
touch an explosion's wave which, in turn, makes the ball explode and start a
new wave.  Clicking with the mouse on the screen, the player is only allowed to
start a single explosion at the proper place and time which shall start a chain
of explosions that must remove, at least, the required number of balls.

'Balls!' uses http://www.libsdl.org/[SDL] and
http://www.libsdl.org/projects/SDL_ttf[SDL_ttf] and is written in C++.

[role="downloadbar"]
****
image:images/down_win.png["Windows Download",link="http://www.geishastudios.com/download/balls-win32.zip"]
image:images/down_mac.png["Mac OS X Download", link="http://www.geishastudios.com/download/Balls.dmg"]
image:images/down_source.png["Source Code Download",link="http://www.geishastudios.com/download/balls.tar.bz2"]
****

:leveloffset: 1
include::code.txt[]
