Class | Description |
---|---|
Constants |
A SUPPORT class that has static variables to give you some helpful information.
|
CS15Blade |
A SUPPORT class that models the blade used in the game, so you have something fun and cool
to chop your fruit with.
|
CS15Bomb |
An ABSTRACT SUPPORT class that models a bomb that can be added to the game.
|
CS15Fruit |
An ABSTRACT SUPPORT class that models a fruit that can be added to the game.
|
CS15FruitNinjaFrame |
A SUPPORT class that handles adding the game frame to the scene and opening the FruitNinja
application.
|
CS15FruitNinjaGame |
An ABSTRACT SUPPORT class that models the game.
|
CS15ScoreController |
A SUPPORT class that tracks the score of a game.
|