using System.Collections.Generic;
using System.Threading.Tasks;
namespace Kaiser_Adventure
static void Main(string[] args)
private String playerClass;
private void NewMethod(string name, int job)
private void NewMethod1(string name, int job)
private void scene1(string name, int job)
throw new NotImplementedException();
Console.WriteLine("Hey what's your name?");
playerName = Console.ReadLine();
Console.Write("Ok, {0}, this is a game where you just write down the options I give you, 'I' being the overlord of this game.", playerName);
Console.WriteLine("\nBut first, for my own purposes you have to answear a set of questions to determine if you're a good person or not." +
"\nI really hope you aren't, those people are usually pretty boring.");
Console.WriteLine("Now that we've cleaned up a bit you need to choose a job my dude (just type down the numbers in []).");
Console.WriteLine("\n \n [1]I am a writer! \n [2]I am a proffessional wrestler! \n [3]I am the monster from under your bed!" +
"\n [4]Since we're being honest, I kill people.");
classChoice = Console.ReadLine();
int choice = Convert.ToInt32(classChoice);
Console.WriteLine("Welcome to my game.\n Im going to knock you out, drop you somewhere and hope you give me the entertinment I so sorely need.");
Console.WriteLine("Choose wisely becuase only one option leads to survival.")
Console.WriteLine("You wake up in a cage, not very large, kinda rusted, and covered in weeds.\n Whats do you want to do? (type the number)");
private void scene1(String name, int job, int cage)
Console.Write("Oh good, a creative human.\nIt's ok people sometimes like writers, you'll do fine in the world. Maybe.\nAnd by world I mean this virtual place");
Console.WriteLine("\nI like creative people, you're lucky you chose this way of life.");
playerClass = "creative";
Console.Write("Violence is the best part of the battle!\nI'll use short sentences don't worry :)");
Console.Write("Well that isn't creepy at all!");
Console.WriteLine("\nEnjoy, please dont leave me alone with this dude.");
Console.Write("Okay there Buddy, chill. Are you batman? I'll call you batman.\n You know since murder is illegal and batman is awesome");
Console.WriteLine("Oh no. I am not prepared for this. You might be stuck.");
Console.Write("1. sit there content with your death\n 2. Try to escape");
Console.WriteLine("You stave to death in the cage, battered by the elements.");
Console.WriteLine("Good job you escape");
Console.WriteLine("Oh no");
Console.WriteLine("There are no items of interest in the room.\n");
Console.WriteLine("Though if you wannapick things up go for it.");
List<string> bag = new List<string>();
foreach (string s in bag) ;
bag.ForEach(Console.WriteLine);
Console.WriteLine("oh no.");
List<string> items = new List<string>();
foreach (string item in items)
List<string> bag = new List<string>();
Console.Write("You see a ");
Console.WriteLine("Do you want to pick it up");
citem = Console.ReadLine();
if (citem == "y" || citem == "yes" || citem == "Yes")
if (bag.Count() == bag.Capacity)
Console.WriteLine($"You've reached Bag capacity: {bag.Capacity} Items");
foreach (string item in bag)