About me
- Name
- Bartek Wilczyński
- Location
- Warsaw, Poland
- Bio
- Full-time .NET architect / developer and free-time Indie iPhone developer
-
Recent Posts
Categories
Archives
Tag Archives: mvc
cocos2d meets MVC – Implementing simple board game part 3
This is the 3rd part from the series how to build a simple puzzle game using cocos2d and MVC pattern. If you haven’t read previous parts I suggest you do it before reading this post: cocos2d meets MVC part 1, cocos2d meets MVC part 2 Updating the Model When the user touches the toolbox item [...]
Posted in idevblogaday, iPhone | Also tagged cocos2d, development, howto, idevblogaday, iphone, separation of concerns, sourcecode, tutorial | 7 Comments
cocos2d meets MVC – Implementing simple board game part 2
In the first part of the cocos2d meets MVC series I described how to start implementing MVC paradigm for cocos2d based board game. The first post only scratched the surface, we have prepared a skeleton but we still have a lot to do. Introducing model In the previous part we introduced the View and the [...]
Posted in idevblogaday, iPhone | Also tagged cocos2d, development, howto, idevblogaday, iphone, obj-c, separation of concerns, sourcecode, tutorial | 5 Comments
cocos2d meets MVC – Implementing simple board game part 1
This is a first part of a series of posts that aim to help to understand how we can build a game in cocos2d using MVC pattern (or its variation adapted to cocos2d programming model). This is a follow up post to the previous posts that I wrote some time ago so if you haven’t [...]
Posted in idevblogaday, iPhone | Also tagged cocos2d, development, howto, idevblogaday, iphone, obj-c, separation of concerns, sourcecode, tutorial | 8 Comments
The story so far – welcome back iDevBlogADay
This is my first on iDevBlogADay after few months. Last time I only managed to write two blog posts and due to my other business activities and more restricted blog posting schedule I failed to blog the third time. At that time I started to learn & like a MonoTouch framework but really failed to [...]
Posted in idevblogaday, iPhone | Also tagged cocos2d, earplay guitarist, idevblogaday, iphone | 1 Comment



cocos2d meets MVC – wrap up