Complete roguelike tutorial using C++ and libtcod - part 2: map and actors

From RogueBasin
Revision as of 11:58, 27 September 2015 by Joel Pera (talk | contribs) (added →‎top: and sidebar)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Complete roguelike tutorial using C++ and libtcod
-originally written by Jice
Text in this tutorial was released under the Creative Commons Attribution-ShareAlike 3.0 Unported and the GNU Free Documentation License (unversioned, with no invariant sections, front-cover texts, or back-cover texts) on 2015-09-21.


In the first part, we created a "walking @" demo. Let's add a NPC and some walls !