Welcome to the repository for our final group project in my Intro to C/C++ course! 🎉 In this project, we've endeavored to replicate a classic and humorous game known as "MadLibs" using the C/C++ programming languages.
MadLibs are stories with words removed and replaced by blank spaces. They’re typically printed out on paper and manually filled in. Our group wanted to create a Mad Libs-inspired program in C++. Our finishing program offers a modern twist on this admired game. In the program, we expand the interactivity aspect of Mad Libs by creating user input options for the blanks as well as input options for the story genre and user editing control after the program output.
In this repository, you'll find our implementation of MadLibs in C/C++. We've aimed to capture the essence of the original game while introducing modern features to enhance the user experience.
- Interactive Stories: Our program offers four story options: comedy, romance, horror, and mystery. You can choose your preferred genre to personalize your MadLibs experience.
- User Input Options: You'll be prompted to enter two adjectives, two nouns, two verbs, and two places, with the option to choose from pre-selected words or enter your own.
- User Editing Control: After the program outputs the selected story with your chosen words, you have the option to make changes and receive a new story with your updated choices.
- Clone this repository to your local machine.
- Compile the source code using a C/C++ compiler.
- Run the executable file to start playing MadLibs!
- Anuj Patel
- McKenzie Cornish
- Maeve Whitlock
- Alana Tinnel
- Stephanie Sithu
This project was completed as part of my Intro to C/C++ course, with contributions from the talented individuals listed above. Special thanks to our instructor Dr. Pamela Thomas for the guidance and support throughout the project.
We'd love to hear your feedback! Whether you have suggestions for improvement or simply want to share your MadLibs experience, feel free to open an issue or reach out to us.
Thank you for checking out our MadLibs project! Get ready to unleash your creativity and sense of humor. Let the fun begin! 🚀