This is a simple C# program that creates a Mad Libs game using the lyrics of "Something in the Way" by Nirvana. The program prompts the user to input various words to fill in the blanks in the lyrics, creating a fun and personalized version of the song.
-
Clone or Download the Repository:
- Clone this repository using
git clone https://github.com/saro0307/mad-libs-game.git
- Or download the repository as a ZIP file and extract it to your preferred location.
- Clone this repository using
-
Open the Project:
- Open the project in your preferred C# development environment (e.g., Visual Studio, Visual Studio Code, or a simple text editor with the .NET CLI).
-
Build and Run the Program:
- If using Visual Studio, open the
.sln
file and pressF5
to build and run the program. - If using the .NET CLI, navigate to the project directory and run the following commands:
dotnet build dotnet run
- If using Visual Studio, open the
-
Follow the Prompts:
- The program will prompt you to input various words (nouns, adjectives, verbs, etc.).
- After you provide the inputs, the program will generate the customized lyrics and display them on the screen.