Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Where to start programming with C#?

A topic by William created Jan 17, 2022 Views: 335 Replies: 2
Viewing posts 1 to 3

i want to begin learning the basics of programming a game with c# but from scratch. Where would you recommend starting? maybe videos or websites to help?

Moderator moved this topic to General Development

actually reading C# will help a lot. Learn the slang words of C# and how somethings work in code. You'll need to understand how C# works before working on it, just like how you will need to learn spoken language to understand it. Once you have a good understanding, you'll slowly write C# starting in easy to advance levels. Microsoft has a very good videos on it that most Youtubers dont want you to know: https://docs.microsoft.com/en-us/shows/CSharp-101/?WT.mc_id=Educationalcsharp-c9...

oh wow, i didn’t even know this existed, thank you for the link, this will definitely be a lot of help.