Greeting Challenge

Debug.Log(“Hey man, I’m the Number Wizard. I’m gonna blow your freakin’ mind.”);
Debug.Log(“I know all, see all, and am one with the Universe!!”);
Debug.Log(“But… let’s start with something simple.”);
Debug.Log(“I’m going to try and guess what number you’re thinking of.”);
Debug.Log(“First, lets set some ground rules, because I don’t have time for this.”);
Debug.Log("The highest number you can pick is: " + max);
Debug.Log("The lowest number you can pick is: " + min);
Debug.Log(“So buckle up Buttercup, and lets melt that tiny brain of yours.”);

Privacy & Terms