Happy Easter and NSTimer finally working
So I guess the NSTimer has to be placed in the 'ViewDidLoad' method of your view controller for it to work. At least that was my experience.
But placed there it works fine. So, time to start making the game. I will have two views first, one for now with just a button stating 'play game' and then another one where th game actually plays. I'm thinking to make this one completely from code with no NIB. We'll see....still a lot of stuff I need to figure out.