Difference between revisions of "Intermediate C++ Game Programming Tutorial 9"

From Chilipedia
Jump to: navigation, search
(Download Materials)
(Source Code)
Line 9: Line 9:
  
 
== Source Code ==
 
== Source Code ==
[https://github.com/planetchili/Werd Werd Repo]<br />
+
[https://github.com/planetchili/Werd Werd Game Repo]<br />
  
 
== Download Materials ==
 
== Download Materials ==

Revision as of 21:41, 17 August 2017

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 Game 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