"Veilbound: A Shrouded Path" is an interactive text-based adventure where your choices shape destiny.
You play as Orivane, a lost soul in a mystical forest, guided by the whispering windsโonly to discover that these whispers belong to the enigmatic fairy, Virelle.
โ Dynamic Storytelling โ Every choice alters the storyโs path.
โ Console Graphics โ A cyan-colored title screen with enhanced text formatting.
โ Mystical Lore & Characters โ Meet Virelle, the fairy with a sharp wit and hidden secrets.
โ Multiple Endings โ Your fate is in your hands!
1๏ธโฃ Run the game โ Execute veilbound.exe
or compile the C++ file manually.
2๏ธโฃ Make choices โ Follow the on-screen prompts to shape Orivaneโs journey.
3๏ธโฃ Uncover secrets โ Your decisions lead to different endings!
๐ฅ๏ธ Cyan Title Screen โ Uses setConsoleColor(11);
for an aesthetic glow.
โ Smooth Text Display โ Implements printWithDelay();
for immersive storytelling.
๐ญ ASCII Styling โ Decorative dividers enhance the console experience.
clang++ -o veilbound.exe orivanevirelle.cpp -Xlinker /LIBPATH:"C:\Path\To\Libraries"
veilbound.exe
---