An experiment building a Roguelike with libtcod and Python
Find a file
2022-04-26 19:00:22 -07:00
01_fixed_size_console.py Add the two scripts from the libtcod docs. These are mostly useful basic functionality checks. 2022-04-26 19:00:22 -07:00
02_dynamically_sized_console.py Add the two scripts from the libtcod docs. These are mostly useful basic functionality checks. 2022-04-26 19:00:22 -07:00
dejavu10x10_gs_tc.png Add this font PNG from the libtcod docs 2022-04-26 18:47:02 -07:00
Makefile Basic Makefile and requirements.txt 2022-04-26 18:58:03 -07:00
README.md Update the README 2022-04-26 18:59:51 -07:00
requirements.txt Basic Makefile and requirements.txt 2022-04-26 18:58:03 -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.

There are Python docs.

I also found a "make a Roguelike with libtcod" tutorial on Rogue Basin.