Skip to content

00willo/python-tcod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

162 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

The latest Windows installer can be found on PyPI: https://pypi.python.org/pypi/tdl

If it's available you can use pip instead by running the command:

pip install tdl

This module can also be manually installed by going into the "setup.py" directory and running the command:

python setup.py install

This will require that your Python installation can compile binaries.

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 is hosted on GitHub: https://github.com/HexDecimal/python-tdl

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

Issue Tracker: https://github.com/HexDecimal/python-tdl/issues

python-tdl is a cffi port of "libtcod". You can find more about libtcod at http://roguecentral.org/doryen/libtcod/

Requirements

License

python-tdl is distributed under the Simplified 2-clause FreeBSD license. Read LICENSE.txt for more details.

About

The Python port of libtcod. Includes the python-tdl and libtcodpy modules.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 92.7%
  • C 4.2%
  • Shell 2.4%
  • Other 0.7%