Difference between revisions of "Roguelike Tutorial Revised, using python+libtcod"
Jump to navigation
Jump to search
(Created page with "==Start the tutorial== Follow the first link to get started! * '''Part 1: Graphics''' *: Get a basic screen wit...") |
Hari Seldon (talk | contribs) |
||
Line 14: | Line 14: | ||
* '''[[Roguelike Tutorial Revised, using python+libtcod, part 3|Part 3: The dungeon]]''' | * '''[[Roguelike Tutorial Revised, using python+libtcod, part 3|Part 3: The dungeon]]''' | ||
*: Learn how to code up a neat little dungeon generator. | *: Learn how to code up a neat little dungeon generator. | ||
[[Category: Developing]] |
Latest revision as of 09:31, 4 December 2018
Start the tutorial
Follow the first link to get started!
- Part 1: Graphics
- Get a basic screen with the '@' symbol, and move it around.
- Part 2: The object and the map
- Create the base Entity object, along with some objects to manage the map.
- Part 3: The dungeon
- Learn how to code up a neat little dungeon generator.