[A 2D iPhone Game Framework]

Project date: Jan 2010
Tags: iPhone :: games :: Objective-C

The project reviews some of the existing design patterns and available algorithms used in iPhone games development. The application created is a template project for a 2D iPhone game.

Issues including efficient rendering, extendibility and objects persistence are discussed and algorithms for dealing with these issues are devised.

The core ideas are based on the Model-View-Controller design pattern and the subsumption architecture which are combined together to provide behaviour-based modules that form game world objects.

DOWNLOAD PAPERDOWNLOAD CODE
Keywords:
iPhone development, 2D games, Model-View-Controller, factory pattern, decorator pattern, subsumption architecture


{Please enable JavaScript in order to post comments}

[Blog]

Ultrastable Neuroendocrine Robot is born

I have finally put a beginning of an artificial brain to my Ultrastable Neuroendocrine Robot - UNER... my lego robot can now measure inputs from its 3 front proximity sensors and individual cells in its brain get activated when it sees something

[Read full]

Busy working on Alien Farm

For the last couple of weeks, I have been working on a strategy game with working name 'Alien Farm'. I have done a lot of improvements and bug fixes and almost ready to move to creating a few campaign missions...

[Read full]