anyway i have question too. Shouldn’t final version after this lesson of MainMenu (); looks like this ?
void ShowMainMenu()
{
currentScreen = Screen.MainMenu;
Terminal.ClearScreen();
Terminal.WriteLine("Welcome in the Hacker Game");
Terminal.WriteLine("Press 1 for hack into liblary");
Terminal.WriteLine("Press 2 for hack into police station");
Terminal.WriteLine("Enter your selection : ");
}
i mean the set up main menu screen when it is selected