This repository contains the code for a simple text-based Choose Your Own Adventure game. The game is written in C++ and allows the player to make choices that affect the outcome of the story.
To run the code, you will need to have a C++ compiler installed on your computer. You can use a compiler like g++ to compile the code.
- C++ compiler (e.g., g++)
- Terminal or Command Prompt
To compile the code from source, follow these steps:
- Clone the repository to your local machine
- Navigate to the directory containing the source code
- Compile the code using g++ or another C++ compiler
g++ main.cpp -o main
./mainContributions are not accepted at this time. This repository is for educational purposes only.
This repository is licensed under the Apache 2.0 License.