commit aeaf2c5ac685ad5a9b32f460b63c6c4f41962d83 Author: Eryn Wells Date: Tue Apr 26 18:46:15 2022 -0700 Add README diff --git a/README.md b/README.md new file mode 100644 index 0000000..7acbe99 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# 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/