Creating a Rogue-like game [C++11 programming]

Yay! I managed to upload a programming video this year.¹ In this tool-assisted education video I create a rogue-like game with C 11. You see me type every line.* Read on what is a rogue-like game: I create the game in seven phases: - Phase 1 (demo at 04:23): Basic navigation in a maze. - Phase 2 (demo at 06:51): Adding command history, repeats and aliases. - Phase 3 (demo at 08:54): Adding colors. - Phase 4 (demo at 20:02): The maze now h
Back to Top