public static void Main()
Console.WriteLine("Choose your name.");
string playerName = Console.ReadLine();
Console.WriteLine("Please name the magical world that " + playerName + " lives in.");
string location = Console.ReadLine();
Console.WriteLine(playerName + " is your new name and you are about to go on this magically average adventure in " + location + ".");
Console.WriteLine("Here is a sword and a potion. Have fun doing this adventure or whatever.");
Console.WriteLine(playerName + " recieved a sword.");
Console.WriteLine(playerName + " recieved a potion.");
Console.WriteLine(playerName + " starts in a small cottage somewhere in Kansas that no one actually cares about.");
Console.WriteLine(location + " is the most ");
health = healthCalculation(health, damage);
public static int healthCalculation (int health, int damage)