Intermediate C++ Game Programming Tutorial 9

From Chilipedia
Revision as of 21:41, 17 August 2017 by Chili (Talk | contribs) (Download Materials)

Jump to: navigation, search

We create an addictive little console game that will test both your vocabulary and your deductive powers while we flex our newfound std::muscles.

Topics Covered

  • Practicing std::vector/string/ifstream/cin/cout
  • std::tolower()

Video Timestamp Index

Tutorial 9

Source Code

Werd Repo

Download Materials

Homework

The homework is to modify Werd so that it uses a second word frequency list (linked above) to filter the words selected as targets so that the game doesn't make you guess rare-ass words that nobody knows.

See also