Category Archives: Cocos2d
Tutorials
Don’t forget to take a look at all the Tutorials and the GalaxyFighter course.
Advanced collision detection
Learn how to detect collission between non-rectangular bodies that move and rotate. Here is a sample project which you can download. Before watching this tutorial you might want to watch: Simple collision detection and also The magic of CGPaths. Don’t … Continue reading
The accelerometer
Learn how to use the accelerometer in cocos2d. Here is a sample project which you can download. There is also a core motion version. Don’t forget to take a look at all the other tutorials. Thanks
How to install iSimulate
Learn how to install iSimulate in Xcode 4. Here is a sample project which you can download. Don’t forget to take a look at all the other tutorials. Thanks
Introduction to Box2d
Learn how to use Box2d for cocos2d and make your bodies come alive. Here is a sample project which you can download. Thanks
Comment on steering behaviours
A comment on steering behaviours, where you can see experiments of two other behaviours. Before watching this tutorial you should watch: Steering behaviours. Thanks
Steering behaviours
Learn how to make an intelligent wandering behaviour for your sprite inside cocos2d. Here is a sample project which you can download. Thanks
Simple state machines
Learn how to work with finite states machines inside cocos2d. Here is a sample project which you can download. Before watching this tutorial you might want to watch: Singleton secrets. Thanks
Simple Collission Detection
Learn how to detect collission between sprites. Here is a sample project which you can download. Before watching this tutorial you might want to watch: How to show an image. Thanks
Sneaky Joystick
Learn how to create virtual joysticks in cocos2d. Here is a sample project which you can download. Before watching this tutorial you might want to watch: How to show an image. On my youtube channel ZenmasterRashmi asked for an expanded … Continue reading
Singleton secrets
Learn how to handle global data with singletons. Here is a sample project which you can download. Before watching this tutorial you might want to watch: How to make scenes. Thanks
Understanding arrays
Learn how to use arrays. Here is a sample project which you can download. Thanks
Integrate cocos2d and UIKit
Learn how to use UIKit objects inside cocos2d. Here is a sample project which you can download. Before watching this tutorial you might want to watch: How to show an image. Thanks
Fun with labels
Learn how to work with labels inside cocos2d, and how to work with Glyph Designer. Here is a sample project which you can download. Before watching this tutorial you might want to watch: How to move an image. Thanks
The magic of tile maps
Learn how make tile based games. Here is a sample project which you can download. Before watching this tutorial you might want to watch: Touchdispatcher secrets. Thanks
How to save data in a plist
Learn how make persistent data in your app. Here is a sample project which you can download. Before watching this tutorial you might want to watch: Introduction to cocos2d. Thanks
Robin Hud
Learn what a hud is and how to create one. Here is a sample project which you can download. Before watching this tutorial you might want to watch: How to make a scene. Thanks
How to make scenes
Learn how to make basic game scenes. Here is a sample project which you can download. Before watching this tutorial you might want to watch: How to move an image Thanks
Advanced sound sorcery
Learn how to catch soundDidFinishPlaying callback. Here is a sample project which you can download. Before watching this tutorial you might want to watch: Sound sorcery After you have watched this tutorial, you might want to watch: How to show … Continue reading
Sound sorcery
Learn how to add sounds to your game. Here is a sample project which you can download. Before watching this tutorial you might want to watch: Introduction to cocos2d and also How to create a button After you have watched … Continue reading