Tag Archives: game development

How to implement MVC pattern in cocos2d game

Model-View-Controller (MVC) is a widely adopted pattern for handling user interface interactions in web based applications. Web development stacks such as Ruby On Rails, Django or ASP.NET MVC are different approaches to MVC in web development on different platforms, but all of them share the same main principle – separation of domain logic from the [...]
Posted in iPhone | Also tagged , , , , , , , , | 12 Comments