Skip to content

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.

License

Notifications You must be signed in to change notification settings

saro0307/Mad-Libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Mad Libs Game - "Something in the Way" by Nirvana

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.

How to Run

  1. 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.
  2. 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).
  3. Build and Run the Program:

    • If using Visual Studio, open the .sln file and press F5 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
  4. 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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages