Skip to content

Glowstudent777/CYOA-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Choose Your Own Adventure

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.

Running the code

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.

Prerequisites

  • C++ compiler (e.g., g++)
  • Terminal or Command Prompt

Compiling from source

To compile the code from source, follow these steps:

  1. Clone the repository to your local machine
  2. Navigate to the directory containing the source code
  3. Compile the code using g++ or another C++ compiler
g++ main.cpp -o main
./main

Contributing

Contributions are not accepted at this time. This repository is for educational purposes only.

License

This repository is licensed under the Apache 2.0 License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published