mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
7580339415b66c8fc8b70c0209e2044b311fedae
This is the way that this should have been done all along. See: https://github.com/python/mypy/issues/5528 for a reference (though not the source) of this concept
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/
- GitHub project at: https://github.com/pvcraven/pytiled_parser
- PiPy: https://pypi.org/project/pytiled-parser/
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.
Languages
Python
100%