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?
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...