top of page
Search
Writer's pictureSnowNeko - GameGen

Some games and codes, included Quiz, Answer below

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"); }

6 views0 comments

Recent Posts

See All

Learning Unreal Engine 4

I started watching tutorials on Unreal Engine 4, beginner tutorial describing how to go about downloading and using the interface. I been...

コメント


bottom of page