Python Forum
Roguelike Tutorial Series - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Roguelike Tutorial Series (/thread-19042.html)



Roguelike Tutorial Series - nilamo - Jun-11-2019

https://www.reddit.com/r/roguelikedev/comments/br1sv3/roguelikedev_does_the_complete_roguelike_tutorial/
https://www.reddit.com/r/roguelikedev/comments/bz6s0j/roguelikedev_does_the_complete_roguelike_tutorial/

They're starting June 18th (ie: a week from today), looks like it's their third(?) year doing it, and they follow this series: http://rogueliketutorials.com/tutorials/tcod/ (which uses Python)

Could be interesting to use the time to port the series to Pygame, instead of using libtcod.
Or possibly port it to flask, with all button presses being sent to the server, if you wanted a browser based multiplayer version.