Book Image

Cocos2D Game Development Essentials

Book Image

Cocos2D Game Development Essentials

Overview of this book

Table of Contents (13 chapters)

The next step


Congratulations on making your first game in Cocos2d. There are many possible extensions you could make:

  1. The game currently only drops one drop at a time. It was set up to use an array for drops; however, you should be able to easily drop more than one drop at once.

  2. Currently the drop falls behind the water bucket; this is not what the designer intended. Modify the game so the drop falls into the bucket, as shown in the following figure:

    Tip

    Don't forget that you can always build and run your app for Android using Apportable.