Hi all,
this is my version of the NumberWizard game with some extra features (attempts counter, selection of the number range, input of the user name).
It’s was created with Unity 4.7.2f1.
Any feedback will be appreciated.
Kind Regards
Hi all,
this is my version of the NumberWizard game with some extra features (attempts counter, selection of the number range, input of the user name).
It’s was created with Unity 4.7.2f1.
Any feedback will be appreciated.
Kind Regards
Very nice work. The only thing I can think of to improve it is to print the user input string to console as the player enters them, when the player enters his name or the min and max strings.
Thank you Einasam for your feedback. You are right.
I thought the same thing but, when I added the print of the current user input, the visual effect in the console was awful because a line is added for each character.