The Doryen Library for Python

tdl is a ctypes port of libtcod


 About 

The tdl module is a ctypes port of libtcod.  I have tried my best to make as easy to use as possible.  It can already be used to make roguelikes and other tile based games.

As an example, you can make a hello world script in four lines on the interpreter like this:

>>> import tdl
>>> console = tdl.init(40, 25)
>>> console.draw_str(tdl.C_WHITE, tdl.C_BLACK,
                     0, 0, 'Hello World')
>>> tdl.flush()

 Download

Download at lauchpad

Needs Python 2.4 or later with ctypes and setuptools and works on both Linux and Windows.

 Contact

If you find a bug you can report it here.

If you want you can also contact me at this email address:
4B796C65+htdl@gmail