Search code examples
cocos2d-iphone

Tile map tutorial for cocos2d 3.x?


I wanted to follow a tile map game tutorial for Cocos2D:

http://www.raywenderlich.com/29458/how-to-make-a-tile-based-game-with-cocos2d-2-x

However, it seems I can't follow this with Cocos2D 3.0 as the new Cocos2D doesn't seem to even include CCTMXLayer and CCTMXTiledMap.

I suppose I could install an older version of Cocos2D, but that could open a whole new can of worms. Is there some up to date tutorial or system for tile map games?

Thanks


Solution

  • Found a similar question with up to date version of Cocos2D objects: "How To Make a Tile-Based Game with Cocos2D 2.X" Make this tutorial with cocos2d V3