README 543 B

1234567891011
  1. Tiled is a general purpose tile map editor. It is meant to be used for
  2. editing maps of any tile-based game, be it an RPG, a platformer or a
  3. Breakout clone.
  4. Tiled is very flexible, for example there are no restrictions on map
  5. size, tile size or the number of layers or tiles. Also, it allows
  6. arbitrary properties to be set on the map, its layers, the tiles or on
  7. the objects. Its map format (TMX) is relatively easy to understand and
  8. allows a map to use multiple tilesets while also allowing each tileset
  9. to grow or shrink as necessary later.