albertvaka / pytiled_parser

Python Library for parsing Tiled Map Editor maps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.

About

Python Library for parsing Tiled Map Editor maps.

License:MIT License


Languages

Language:Python 98.4%Language:Batchfile 1.5%Language:Shell 0.2%