The use of nextGuess on start

keep in mind that if you will use nextGuess on start as suggested ( for randomize the guess number), you will sort of lose one guess for the initiation of the game .
my solution there was simply just to randomize the guess number and not call the function.

Hi, I would recommend putting this:

	text.text = guess.ToString();

in the StartGame function instead so that you won’t lose a guess. You should put it after guess = Random.Range(min, max).

Edit: You lose a guess, because the first number also counts as a guess.

Privacy & Terms