Most importantly I made my object hierarchy much more shallow, moving more towards composition. In my case, this has lead to much smaller light weight classes and less bugs. I have implemented state machines (along with an event handler) rather than using a convulsive system of case blocks.
Demonstration of attaching two objects |
To achieve this there must be an adequate number of choices, each of which must effect the game in some manner. While effecting the game aesthetically is easy to achieve, I hope that the choices will effect how the game plays out.
For instance, there will be a treasure chest which collects coins giving the player 60 gold for the Golden Doubloon rather than the standard 50. The player can also purchase a coral reef which the user will have the ability to manipulate the shape via adding and changing 'branches' by choosing the node they connect to and the angle at which they come off of. A clever player might realize through particular coral reef designs, you could route more coins towards the treasure chest resulting in more gold.
Chaotic Motion Demonstrated Through Pendulum Chains In Box2D