Category Archives: Cocos2d

Tutorials

Don’t forget to take a look at all the Tutorials and the GalaxyFighter course.

Posted in Cocos2d | Leave a comment

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

Posted in Cocos2d | Tagged , , | 10 Comments

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

Posted in Cocos2d | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

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

Posted in Cocos2d | Tagged , , , , , , , , , , , , , , , , | Leave a comment

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

Posted in Cocos2d | Tagged , , , , , , , , , , , , , , , | 8 Comments

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

Posted in Cocos2d | Tagged , , , , , , , , , , , , , , , , | 3 Comments

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

Posted in Cocos2d | Tagged , , , , , , , , , , , , , , , , | 7 Comments

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

Posted in Cocos2d | 12 Comments

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

Posted in Cocos2d | 2 Comments

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

Posted in Cocos2d | 17 Comments

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

Posted in Cocos2d | 6 Comments

Understanding arrays

Learn how to use arrays. Here is a sample project which you can download. Thanks

Posted in Cocos2d | 4 Comments

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

Posted in Cocos2d | 12 Comments

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

Posted in Cocos2d | 1 Comment

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

Posted in Cocos2d | Tagged , , , , , , , , , , , , , , | 3 Comments

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

Posted in Cocos2d | Tagged , , , , , , , , , , , , , , , | 6 Comments

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

Posted in Cocos2d | Tagged , , , , , , , , , , , , , , , , | 10 Comments

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

Posted in Cocos2d | 6 Comments

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

Posted in Cocos2d | 3 Comments

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

Posted in Cocos2d | 3 Comments