From d14bdea44b08aa05e5ff3a1fa414c6de1db3fadf Mon Sep 17 00:00:00 2001 From: Adam Folmert Date: Thu, 16 Feb 2017 19:56:03 +0100 Subject: [PATCH] Updated libtcod link --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index e15f8dd..45ce76b 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ What is it ---------- libtcod-go is a set of Go bindings for the libtcod library -libtcod (http://doryen.eptalys.net/libtcod/) is an open-source, cross-platform C +libtcod (http://roguecentral.org/doryen/libtcod/) is an open-source, cross-platform C library for writing roguelike games It provides many utilities frequently used in roguelike games, like - truecolor console (SDL and OpenGL backends)