“I am a psychic and I will guess the number in your mind”);
Debug.Log(“Think of a number and I will guess it within 4 turns”);
Debug.Log(“If I fail to guess within 4 turns I will be mad and kill you with telekinesis”);
Debug.Log("You cannot choose number bigger than: " + max);
Debug.Log("Your minimum chooseable number is: " + min);
Debug.Log("Is your number higher or lower than ");
Debug.Log(“Push up = Higher, Push down = Lower, Push enter = Correct”);
2 Likes