Indus
Indus

Reputation: 151

How to use tiled map without Cocos2d?

I know how to use tiled maps (.tmx files) with cocos2d. But I want to use it without Cocos2d. Can i do that? If yes, How?

Upvotes: 1

Views: 182

Answers (1)

rob mayoff
rob mayoff

Reputation: 385590

The TMX file format is documented in the Tiled wiki. It's an XML-based format. iOS comes with two XML parsers to choose from:

Upvotes: 1

Related Questions