From c68fd59e6c197021c795daac0d07856a39a97309 Mon Sep 17 00:00:00 2001 From: togademi Date: Tue, 9 Jul 2019 12:19:50 +0200 Subject: [PATCH] Fix URL of Roguelike Tutorial Revised --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb52777..9b0caea 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ * [**Python**: _Developing Games With PyGame_](https://pythonprogramming.net/pygame-python-3-part-1-intro/) * [**Python**: _Making Games with Python & Pygame_](https://inventwithpython.com/makinggames.pdf) [pdf] * [**Python**: _The Complete Roguelike Tutorial_](https://www.youtube.com/playlist?list=PLKUel_nHsTQ1yX7tQxR_SQRdcOFyXfNAb) [video] -* [**Python**: _Roguelike Tutorial Revised_](http://rogueliketutorials.com/libtcod/1) +* [**Python**: _Roguelike Tutorial Revised_](http://rogueliketutorials.com/) * [**Ruby**: _Developing Games With Ruby_](https://leanpub.com/developing-games-with-ruby/read) * [**Ruby**: _Ruby Snake_](https://www.diatomenterprises.com/gamedev-on-ruby-why-not/) * [**Rust**: _Adventures in Rust: A Basic 2D Game_](https://a5huynh.github.io/2018/02/02/adventures-in-rust.html)