Difference between revisions of "Talk:Complete roguelike tutorial using modern C++ and libtcod"

From RogueBasin
Jump to navigation Jump to search
(Created page with " == Talk == I'm currently following the old tutorial and were planning to edit it on the fly with some modern practice. For example using std::swap where it's due. Should I le...")
 
Line 1: Line 1:


== Talk ==
== Talk ==
I'm currently following the old tutorial and were planning to edit it on the fly with some modern practice. For example using std::swap where it's due. Should I leave the old one as it is or continue?
 
Hi, I'm Archfiend, I'm currently following the old tutorial and were planning to edit it on the fly with some modern practice. For example using std::swap where it's due. Should I leave the old one as it is or continue?

Revision as of 18:29, 4 November 2019

Talk

Hi, I'm Archfiend, I'm currently following the old tutorial and were planning to edit it on the fly with some modern practice. For example using std::swap where it's due. Should I leave the old one as it is or continue?