10 std::vector<Option> currentPath;
Each level should have an instance of QuestionList Used to store and access the questions of a level-...
Definition QuestionList.h:9
Traversal()
Definition Traversal.cpp:3
void traverse(Option choiceMade)
Should be called everytime the player makes a choice/answers a question-picks an option.
Definition Traversal.cpp:12
std::string printCurrentPath()
Prints feedback on players choices made.
Definition Traversal.cpp:17