=======
 About
=======
TDL is a port of the C library libtcod in an attempt to make it more "Pythonic"

The library can be used for displaying tilesets (ANSI, Unicode, or graphical) in true color.

It also provides functionality to compute path-finding and field of view.

python-tdl on GoogleCode: http://code.google.com/p/python-tdl/

Online Documentation: http://pythonhosted.org/tdl/

Issue Tracker: http://code.google.com/p/python-tdl/issues/list

python-tdl is a ctypes port of "libtcod".
You can find more about libtcod at: http://doryen.eptalys.net/libtcod/

==============
 Requirements
==============
* Python 2.6+ or 3.x up to 3.3
* 32 bit Windows, 32/64 bit Linux, or Mac OS/X (64 bit architecture)

=========
 License
=========
python-tdl is distributed under the FreeBSD license, same as libtcod.
Read LICENSE.txt for more details.