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

Introduction
------------

'Android Balls!' is an http://www.android.com/[Android] port of
http://www.geishastudios.com/literate/balls.html[Balls!], a very simple puzzle
game in which the player must remove an specific number of bouncing ball from
the screen by starting a chain reaction of explosions.  In this port, instead
of using the mouse, the player must tap on the screen to start the first
explosion and trigger the chain reaction.

Being an Android application, 'Android Balls!' is written in Java.  Here I
target Android 2.2 (android-8) because that's the version my Android smartphone
uses.


Download
~~~~~~~~

There is no precompiled version of 'Android Balls!' due to security concerns
issues and because I don't believe this game is worthy to be listed in the
http://www.android.com/market/[Android Market].  But, the source code,
extracted with http://www.geishastudios.com/literate/atangle.html[atangle] and
a Makefile to build the whole thing from the
http://www.methods.co.nz/asciidoc/[AsciiDoc] document is available at the
following URL:

http://www.geishastudios.com/download/balls-android.zip

Also, for those interested in this game's original AsciiDoc document, the
latest version is always available at:

http://dev.geishastudios.com/literate/src/tip/balls-android/


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