Trying something new – iPhone & .NET [Bartek Wilczyński]
I was waiting for my first post on iDevBlogADay for quite a long time. I signed on in September so it was about half of a year of waiting for my turn. I must admit – frequency of my blog posting has...
View Article5 top reasons for selecting MonoTouch over ObjectiveC [Bartek Wilczyński]
In my last iDevBlogADay post about iPhone & C# development I was exploring the option of using C# language to build application for iOS. Such approach might be good for existing dotnet developers...
View ArticleThe story so far – welcome back iDevBlogADay [Bartek Wilczyński]
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...
View Articlecocos2d meets MVC – Implementing simple board game part 1 [Bartek Wilczyński]
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...
View Articlecocos2d meets MVC – Implementing simple board game part 2 [Bartek Wilczyński]
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...
View Articlecocos2d meets MVC – Implementing simple board game part 3 [Bartek Wilczyński]
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...
View Articlecocos2d meets MVC – wrap up [Bartek Wilczyński]
This post is going to be short. If you have any questions regarding the previous parts or something is unclear please let me know. I have some contract projects going on (which going to be HUGE!!!) so...
View ArticleiOS open-source projects on a Github [Bartek Wilczyński]
I got several requests to share a code to my tutorials so that folks can better understand what I blog about. I don’t have any problems with that except the fact that some of my posts are based on the...
View ArticleEasier iOS table views with ios-datatable [Bartek Wilczyński]
The project that I recently started to build in my spare time aims to simplify building a data table based views using Cocoa framework. Everyone that has tried to build a view that resembles a built-in...
View ArticleIntroducing Hit The Lights [Bartek Wilczyński]
I started working on my new game almost a year ago, the initial commit on my git repository states it was exactly on the 8th of October. I documented some parts of the design decisions I made for this...
View ArticleHit The Lights – available on the App Store [Bartek Wilczyński]
Well, it’s been a while and today I am really happy to announce that my first game Hit The Lights is now live on the App Store. And what’s important – you can download it for FREE! For those that...
View Article