Python Forum

Full Version: Roguelike Tutorial Series
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
https://www.reddit.com/r/roguelikedev/co..._tutorial/
https://www.reddit.com/r/roguelikedev/co..._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.