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