An experiment building a Roguelike with libtcod and Python
Find a file
2022-04-26 18:46:15 -07:00
README.md Add README 2022-04-26 18:46:15 -07:00

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/