saro0307 / Mad-Libs

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C# 100.0%