Skip to content

Files

Latest commit

df12886 · Dec 30, 2022

History

History

Chapter4

Chapter 4 - The Standard Template Library: Hangman.

You’ll be introduced to a powerful library—a toolbox that game programmers (and even non-game programmers) rely on to hold collections of things, such as items in a player’s inventory. You’ll also learn about techniques that can help you plan larger game programs.

Resources

Programs

  • WIP