Hello Everyone, I just started the course as prescribed in the video. I would like to breakdown the main function.
the main function calls another function called PlayGameAtDifficulty it takes a parameter called difficulty.
The max difficulty was set to 10 and difficulty was set to 2.
it calls the PlayGameAtDifficulty until while loop fails.
After each level, the terminal flushes the content.
if the user completes all rounds it prints the winning message.