Trending
Opinion: How will Project 2025 impact game developers?
The Heritage Foundation's manifesto for the possible next administration could do great harm to many, including large portions of the game development community.
A brief review of Steffen Itterheim's book on Cocos2d programming called "Learn iPhone and iPad Cocos2d Game Development". Extremely short review: an excellent beginner to mid-level development book. Definitely worth a buy before you make your first game.
Disclosure Statement/Supporting Story: I *was not* supplied a free evaluation copy of Steffen Itterheim's book. I initially purchased this book through Google Books, but it was DRM bound to adobe's reading software, which was unable to index or search the document for text. I was unhappy with this and emailed Steffen directly asking for a DRM free PDF of the book equivalent to the one being sold by the publisher. I emailed him my receipt and he emailed me back a DRM free PDF of the book. It's hard for me not to support an author who clearly supports his product as much as Steffen does. In any case, find my brief review of the book below:
What to expect
Great explanation of cocos2d classes and usage
Great examples of working game code, you'll even make a couple of games using this book
Clear and perhaps even more importantly, concise explanation of code and concepts
Some programming knowledge is required, but you could consider this a beginner's book
Explanations as to *why* you do things the way you just did
Some professional tips and tricks that are very helpful in making a game (performance considerations, memory usage, etc)
A great deal of material
Some basic instructions on game center, ad hoc deployment, provisioning, and certificate generation (Apple development account stuff)
What to NOT expect
Explanation of technical game design in general
Explanation of objective c or the cocoa libraries
Explanation of game programming paradigms
A book for absolute beginners
Anything related to artwork (with the exception of how to maximize performance and memory usage, as it pertains to artwork)
Extremely detailed instructions on deploying your game to the app store
Instructions on registering company accounts with Apple
My take
Overall, this was probably one of the best game engine programming books I've ever read. The example games were interesting and relatively non-trivial. The information was generally not fluff--reading the book thoroughly is a must because there's a lot of advice given in the text that will help you with the engine later on. For example, in my game Total Toads, our particle effects were performing extremely poorly. I referred back to this book and immediately figured out from the particle effects section that it was because our particle textures were way larger than they needed to be! This book is definitely a keeper if you plan to make cocos2d games, I refer to it frequently! I'd definitely recommend purchasing this book if you have little to no knowledge of game engine programming, but do have some knowledge of programming in general (in objective-c). Knowledge of the Cocoa libraries are not needed for this book. I would've liked to see more information on generic game programming (i.e. common design patterns and techniques), but this book should be more than sufficient to teach you everything you need to know to make a simple first game. All you need to do is supply a good idea and some hard work.
You May Also Like