One way to make it easier to convert to other platforms/engines could be the ability to export the game data into something that can be read by other platforms, like, for example:
- A JSON or a YAML with all the data: easy to implement, but the graphics may have to be represented in an akward way;
- A PNG containing the graphics, plus a set of Tiled-compatible TMX and TSX files: would require more implementation work, but would load on Tiled without any additional effort, and many engines have plugins for importing those, or may even be able to work with them out of the box.
The idea would be that, if someone ever wanted to migrate their game to other engine, it would be as painless as it could possibly be. Of course, the various behaviours would have to be implemented from scratch on the target engine.