7 lines
229 B
Markdown
7 lines
229 B
Markdown
|
# Experiments with `libtcod`
|
||
|
|
||
|
`libtcod` is a library that provides a bunch of useful routines for building
|
||
|
Roguelikes. There are C++ and Python interfaces.
|
||
|
|
||
|
The Python docs are here: https://python-tcod.readthedocs.io/en/latest/
|