Hello folks,
Let’s get stared and keep going!
Debug.Log ("你好,你已激活数字法师,Let's play a game.");
Debug.Log("Pick up a number, but dont't tell me, 我猜我猜我猜猜猜");
Debug.Log("The heightest number you can pick is: " + max);
Debug.Log("The loweset number you can pick is: " + min);
Debug.Log("Tell me if the number is higher than: " + guess);
Debug.Log("Push UP = Higher, Push Down = Lower, Push Enter = I was correct!");
max = max + 1;