mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 14:52:15 +01:00
20 lines
536 B
ReStructuredText
20 lines
536 B
ReStructuredText
PyTiled Parser
|
|
==============
|
|
|
|
PyTiled Parser is a Python library for parsing `Tiled Map Editor`_ (`.json`) files used to generate maps and levels for 2D games.
|
|
|
|
PyTiled Parser is not tied to any particular graphics library, and can be used with Arcade_, Pyglet_, Pygame_, and more.
|
|
|
|
API documentation
|
|
-----------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
api
|
|
|
|
For More Info
|
|
-------------
|
|
|
|
* `PyTiled Parser on Github <https://github.com/beefy-swain/pytiled_parser>`_
|
|
* `PyTiled Parser on PyPi <https://pypi.org/project/pytiled-parser/>`_ |