I started working on Unity, learning the basic of C# which resembles C++ so far I been having no problem learning the language. https://www.strawpoll.me/18811303 A little quiz to test your knowledge in C#.
Beside learning the basic of this language, I also created a game called Number Wizard which guess your number value between a high or low number.
A small gif of the code that made Number Wizard.
Gameplay of Number Wizard
I am now creating a text base adventure game where the player can select their own route to take and depending on the route it will change the outcome. A simple cause and effect game.
Answer to the Quiz
if (Input.GetKeyDown(KeyCode.Return)) {
Debug.Log("Chicken"); }
コメント