Tiled
How to use Tiled Map Editor with Cocos2d-html5
PUBLISHED
Introduction
Tiled Map Editor is a great tool for creating game levels and tiled maps. The Tiled application is written in C++, with the help of the Qt application framework and it is free. It allows the developer to create orthogonal as well as isometric tiled maps. Maps are saved as TMX files which are just XML-based formats, so they are easy to read and they work with varying game engines.
The official Tiled web site:
Category:
Sample Code
- Read more about How to use Tiled Map Editor with Cocos2d-html5