Couldn’t we also just get rid of the StartGame function all together and put NextGuess(); in the Start method?
1 Like
Yeah, you can just put NextGuess(); in Start method, but you can’t get rid of Start() method