From aeaf2c5ac685ad5a9b32f460b63c6c4f41962d83 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 26 Apr 2022 18:46:15 -0700 Subject: [PATCH] Add README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md 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/