Files
pytiled_parser/docs/source/index.rst
2021-02-21 01:03:19 -05:00

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/>`_