This project is a user-input centered game. It unravels a story that depends on the user's choices. Some bugs and challenges that were encountered are:
- Making the program accept different input types and ask the user to re-input their choice.
- Calling on functions that have not yet been declared, causing an error when the program runs.
- Accidentally losing all the files because of misunderstanding a git command
- Having difficulty merging branches in git
- Integrating the use of classes
- Open and run main.cpp
- Enter name when prompted
- Game relies on inputting 1 or 2.
- Some unit testing tequires user-input. Please read instructions printed out for unit tests.
Build and run the program.
makeClean out build files.
make cleanBuild and run test program.
make DRIVER=src/test_driver.cppClean out test build files.
make DRIVER=src/test_driver.cpp clean