Number Wizard Greeting, Bristol, UK

Debug.Log(“Alright Mate? Welcome to the Magic of the Guessies…”);
Debug.Log(“I need you to choose a number for me.”);
Debug.Log("The highest number you can pick is the mighty: " + max);
Debug.Log("The lowest number you can pick is the measly: " + min);
Debug.Log(“Then let me know if your number is mightier or measlier the decidedly average number:” + guess);
Debug.Log(“If you push up you are telling me mightier”);
Debug.Log(“If you push down you are telling me measlier.”);
Debug.Log(“And if you push return you are telling me I am The King of the Magic of the Guessies”);

Privacy & Terms