An experiment building a Roguelike with libtcod and Python
Find a file
2022-05-15 13:58:26 -07:00
.vscode Rename the launch config 2022-05-12 20:29:44 -07:00
erynrl Render the MessageLog and clean up the interface (lots of math errors here) 2022-05-15 13:58:26 -07:00
first_steps
fonts
.gitignore
.pylintrc
bsp_visualizer.py
going_rogue.code-workspace Rename the VS Code Workspace (again) 2022-05-13 08:18:46 -07:00
logging_config.json Add erynrl log config 2022-05-15 13:13:22 -07:00
Makefile
README.md
requirements.txt

Going Rogue

An experiment building a Roguelike with libtcod and Python

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.