From 8130a8ee821ffab34344bbf8fa136df29795a4d3 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 26 Apr 2022 18:59:51 -0700 Subject: [PATCH] Update the README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7acbe99..0c5f74a 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,9 @@ `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/ +There are [Python docs][python-docs]. + +I also found a "make a Roguelike with `libtcod`" tutorial [on Rogue Basin][roguebasin-tut]. + +[python-docs]: https://python-tcod.readthedocs.io/en/latest/ +[roguebasin-tut]: http://www.roguebasin.com/index.php/Complete_Roguelike_Tutorial,_using_python3%2Blibtcod,_part_1