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

From RogueBasin
Jump to navigation Jump to search
m
Line 9: Line 9:
===Why libtcod?===
===Why libtcod?===
===Why the rewrite?===
===Why the rewrite?===
[[Category:Developing]]

Revision as of 07:59, 4 December 2018

Complete roguelike tutorial using modern C++ and libtcod


This tutorial is inspired by the previous C++ and libtcod tutorial, but is focused on using concepts and techniques in modern C++ (starting with C++11), as well as strong software architecture concepts.

View source here

Introduction

Why C++?

Changes and advantages of modern C++

Why libtcod?

Why the rewrite?