Beginning Code for iPad Game
Posted in Game Development on May 17th, 2010 by Dave Andrews – 1 CommentToday I began the development of my iPad game. I’ve chosen to do an ad-supported, free word search game. I think it will be better than the competition because I am going to make use of the entire screen for the searching field and also check for common problems in word searches such as words-within-words.
There will be a classic gameplay mode called casual and also an arcade mode where you find as many words as you can in a given amount of time.
I began development today on the classes which will populate the word field. I had to learn a few new details about NSString that I didn’t know before. I am still relatively new to objective-c and it is quite a departure from C# which I develop with every day.
It is going to use cocos2d in order to get some fancy graphic effects.
Good thing I began programming with standard c years ago or I’d be completely lost!