/SimpleTiledParser

A simple parser to parse maps from the Tiled Application into your Game

Primary LanguageC++

SimpleTiledParser

A simple parser to parse maps from the TiledMapEditor (http://mapeditor.org/) into your Game.

FEATURES

  • Parses the TiledMapEditor project files, no export needed
  • Tile animations
  • Tile properties
  • Layer properties
  • Object properties

NOT SUPPORTED

  • Only CSV Encoding with no compression !
  • No Terrain support

USAGE

NEEDED FILES

  • tmx_map_loader.cpp
  • tmx_map_loader_hpp
  • tmx_helper_functions.cpp
  • tmx_helper_functions.hpp

TODO

  • load images and link them