Skip to content

Instantly share code, notes, and snippets.

@DanielUK87
DanielUK87 / Choose your own adventure.
Created May 26, 2020 18:51
Multi Choice story game
using System;
namespace Story_Game_Multi_Choice
{
class Program
{
static void Main(string[] args)
{
Console.Write("What is your name?: ");