Tips for learning base language?
I've been using C# with Unity since roughly 5 - 6 months ago, maybe more. I want to learn the base language, and I've got the basics, but not sure what to make to expand and learn new stuff. Any recommendations for what to make as a beginner?
3 Replies
$projects is a good inspiration
Collections of application ideas that anyone can solve in any programming language to improve coding skills:
https://github.com/dotnet/dotnet-console-games
https://github.com/karan/Projects
https://github.com/florinpop17/app-ideas
thank you