Where do I go from here? learnt c# from this app, what should I do next... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Where do I go from here? learnt c# from this app, what should I do next...

I've learnt the basics from this app and other resources on the internet, but I don't know what I should do next, I want to make some simple games in unity, but I don't know how...I can't turn my knowledge into games.

26th Jul 2016, 1:07 AM
ebinz
ebinz - avatar
4 Answers
+ 3
you van find great unity tutorial on youtube or the unity webpage
26th Jul 2016, 4:21 AM
Róbert Pécz
Róbert Pécz - avatar
+ 2
If you want to build Web applications look into html css javascript/jquery and sql. When done those look at entity framework.
31st Jul 2016, 1:11 PM
Mike
Mike - avatar
+ 1
before entering unity, you can learn the game making basics in c#. Im talking about fps, game engines, scripts, sprites and such. And some Object oriented programming would be helpful. I am still practicing with a graphical version of console invaders and snake :) Can't recommend you all my books, because I do speak spanish... but I found this scottlilly.com/learn-c-by-building-a-simple-rpg-index/ Good luck, and hope to work with you in the future :)
28th Jul 2016, 5:06 AM
Julio González
Julio González - avatar
+ 1
Start with trying to model simple games. example flappy bird or snake and then progress to something harder like first person. First person is great to get started with cause it doesn't take long to figure out how to move a transform and make a look script then add in shoot functions and before you know it your a pro.
29th Sep 2016, 4:10 PM
Zachary Blubaugh
Zachary Blubaugh - avatar