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


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

'iTouchBalls' is an http://developer.apple.com/devcenter/ios/index.action[iOS]
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
balls 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 iOS application, 'iTouchBalls' is written in Objective-C.


Download
--------

There is no precompiled version of 'iTouchBalls' available because I highly
doubt that Apple would allow this game in his
http://www.apple.com/iphone/apps-for-iphone/[App Store].  However, the source
code, extracted with
http://www.geishastudios.com/literate/atangle.html[atangle], and an
http://developer.apple.com/technologies/tools/xcode.html[Xcode] project file
are available at the following URL:

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

Also, for those interesed in this port's original
http://www.methods.co.nz/asciidoc/[AsciiDoc] document, the latest version is
always available at:

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


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