Exemplo n.º 1
0
 public static void GameOver()
 {
     Game g = new Game();
     g.clearScreen(0, 0, 0, 0);
     Console.SetCursorPosition(30, 25);
     Text.Write("|c[13]YOU ARE DEAD. GAME OVER!!!");
     Console.ReadKey();
     Environment.Exit(0);
 }