public static void Main()
Console.WriteLine("Hello, traveler!\nWelcome to our wonderful village!\n(You wake up here, a man standing tall over you, you have no idea how you got here.)");
Console.WriteLine("Enter any character to continue.");
public static void firstLevel()
Console.WriteLine("----------------------------------------------------------------------------------------------------------------");
Console.WriteLine("You slowly and cautiously get up, greeting the man and bowing to him.\nYour head is throbbing, and your headache seems to never stop.\nYou see a small rabbit, and you grab it.\nDo you kill it? (Y/N)");
string choice = Console.ReadLine();
Console.WriteLine("You kill the rabbit, snapping its neck quickly and efficiently\nEat the rabbit? (Y/N)");
Console.WriteLine("You decide to keep the rabbit as a pet.\nWhat do you name it?");
string petName = Console.ReadLine();
Console.WriteLine("Invalid input. Please try again.");
public static void gameOver()
Console.WriteLine("Game Over! You lose.");
Console.WriteLine(ascii);