Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 468 Bytes

File metadata and controls

13 lines (8 loc) · 468 Bytes

text-adventure

Starter shell for a tiny text adventure in c++

To start up the game, make sure you're at the root of this directory and run ./basicGame.

tiny goals:

  • how does one include other files?
  • how do I convert the user input to lowercase to make checks simpler
  • how do I check for a word's presence in a string?

Screen Shot 2024-12-20 at 3 21 28 PM