Benjamin Kirkbride 7580339415 rf: use assertion in place of try/except to tell Mypy that something is
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
2020-04-19 04:22:34 -04:00
2020-04-18 01:24:56 -04:00
2020-04-18 01:24:56 -04:00
2020-04-19 04:13:12 -04:00
2019-08-15 09:33:49 -05:00
2020-04-18 01:24:56 -04:00
2019-06-29 15:53:30 -04:00
2019-04-28 20:00:30 -04:00
2019-08-12 11:34:19 -05:00
2019-06-30 16:27:22 -04:00
2019-06-29 15:53:30 -04:00
2019-08-15 09:57:33 -05:00

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.

Description
No description provided
Readme MIT 810 KiB
Languages
Python 100%