Game Loop For Text-Based Adventure GameThanks! You all are very helpful!
Game Loop For Text-Based Adventure GameI have never heard of toupper(). Thanks! I will give it a try. It would clean my code up a lot. I ...
Game Loop For Text-Based Adventure GameThe way I am handling the "return to previous chapters" idea is as follows: The game loop calls a C...
Game Loop For Text-Based Adventure GameThis is from my Interactions class (Essentially this is what allows the user to make choices/update ...
Game Loop For Text-Based Adventure Game[code] #include "Interactions.h" #include "Chapters.h" using namespace std; void Chapters::sideOf...
This user does not accept Private Messages