bananaNuggets75 / console-game

Hospital Escape is a console game using C#. Did because I was bored and didn't like studying but wanted to be productive.
0 stars 0 forks source link

Hospital Escape

Hospital Escape is a text-based adventure game implemented in C# console application. In this game, the player wakes up in a hospital with no memory and must navigate through various rooms to escape while making choices that affect the outcome of the game.

Features

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/yourusername/console-game.git
  2. Navigate to the project directory:

    cd console-game
  3. Build the project:

    dotnet build
  4. Run the game:

    dotnet run

Usage

Contributing

If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request. Thanksu. Would appreciate contributing an assets.

Future Plans