Files
pytiled_parser/README.md
Paul Vincent Craven 0670005d3e Documentation updates
2019-08-15 09:33:49 -05:00

907 B

PyTiled Parser

PyTiled Parser is a Python Library for parsing Tiled Map Editor (.tmx) files used to generate maps and levels for 2D top-down or side-scrolling games.

PyTiled Parser is not tied to any particular graphics library, and can be used with Arcade, Pyglet, Pygame, etc.

Documentation available at: https://pytiled-parser.readthedocs.io/

The Arcade library has supporting code to integrate PyTiled with that 2D libary, and example code showing its use.

Original module by Beefy-Swain. Contributions from pvcraven.