Description
Interactive Story App is a C# Windows Forms application where the story changes based on the user’s choices. Users navigate through Introduction, Beginning, Middle, and End, making decisions that lead to different outcomes.
- Story divided into multiple sections using TabControl.
- Dynamic story text updates based on user choices.
- Multiple decision points with Buttons.
- Reset functionality to restart the story.
- Open the project in Visual Studio.
- Build the solution.
- Run the application and start the story with the Start Story button.
- C#
- Windows Forms (.NET Framework)