I’m new

I wanna learn c# for a game (not really an advanced one) and I wanna know how much should I learn in https://www.w3schools.com/cs/index.php because the amount of things there are is overwhelming Do I have to learn and memorize everything or can I stop after a certain point
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
13 Replies
Angius
Angius4w ago
$helloworld also has some resources
Angius
Angius4w ago
And it's the official material made by Microsoft Nobody expects you to memorize everthin,g absolutely not What matters the most, is that you understand C# enough to at least know what to search for Programming is 40% thinking, 50% googling, and 10% actually writing code lol
eric_cart.man
eric_cart.manOP4w ago
Alright why would I be thinking that much 😱😱
Angius
Angius4w ago
Sometimes problems you gotta solve simply get this complex
eric_cart.man
eric_cart.manOP4w ago
Also can unity run fine on windows 7 I don’t have a laptop better than that
Angius
Angius4w ago
I don't have much experience with Unity I'm afraid, but some version should run on Win7 Actually, it seems newest versions run on 7 just fine
eric_cart.man
eric_cart.manOP4w ago
oh :harold: Alright Ty :Ok:
Angius
Angius4w ago
Anytime
Lex Li
Lex Li4w ago
If unfortunately Unity is your choice at this moment, please note that it still uses the old Mono runtime with a not-so-up-to-date C# compiler. So many of the modern .NET things you find over the internet are not applicable there.
eric_cart.man
eric_cart.manOP4w ago
So then what should I use besides it I don’t rlly know any alternative engine except unreal engine (but it’s c++)
Lex Li
Lex Li4w ago
Unreal has unofficial C# support from the community. CryEngine/Godot has official C# support. MonoGame is also an option for small games.
eric_cart.man
eric_cart.manOP4w ago
My game isn’t advanced but it’s also not small Not advanced as in, not very advanced functions but has a lot of functions

Did you find this page helpful?