Skip to content

abgutierrez24/Choose-Your-Own-Adventure

Repository files navigation

CPTR 142: Project III

Choose Your Own Adventure

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

User Operation Instructions

  • 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.

Terminal Commands

Build and run the program.

make

Clean out build files.

make clean

Build and run test program.

make DRIVER=src/test_driver.cpp

Clean out test build files.

make DRIVER=src/test_driver.cpp clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages