Challenge

image
image

    void StartGame(int level)
    {
        currentScreen = Screen.Password;
        Terminal.WriteLine("You have chosen level - " + level);
    }
}
1 Like

Thank you so much for sharing! I was certain I had everything right but had to spend about 15-20 minutes working out why my Level variable would change in debug, but not my Screen!

Privacy & Terms