What lesson could you code at an ok level for games in C#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What lesson could you code at an ok level for games in C#?

15th Jan 2024, 2:57 PM
Mason Zavadil
Mason Zavadil - avatar
2 Answers
+ 2
My take on this is: Want to code games? code games. Stuck? Learn enough C# to get through. Then code games again. Stuck again? Learn more C#. The emphasis is on coding games, which is your primary goal. Learn enough practical C# to understand what you're doing. You don't need to be an expert. This way you would keep your focus and interest level and achieve your goal. You can dive into the deep end later if you want.
16th Jan 2024, 12:08 AM
Bob_Li
Bob_Li - avatar
0
Do you mean how good should you be to code decent games in c#? You can use game engines to help you and that can remove some of the work for you, but you should still have a solid foundation of the language and principles of programming. Knowing how to comment your code, write it so it's easy to understand/read and reuse, and how to inspect/troubleshoot code. See if any of these threads help you: https://www.sololearn.com/discuss/708938/?ref=app https://www.sololearn.com/discuss/1632345/?ref=app https://www.sololearn.com/discuss/1205105/?ref=app https://www.sololearn.com/discuss/257637/?ref=app https://www.sololearn.com/discuss/881482/?ref=app https://www.sololearn.com/discuss/2450765/?ref=app https://www.sololearn.com/discuss/2355225/?ref=app https://www.sololearn.com/discuss/625747/?ref=app https://www.sololearn.com/discuss/1480109/?ref=app https://www.sololearn.com/discuss/446904/?ref=app https://www.sololearn.com/discuss/99903/?ref=app https://www.sololearn.com/discuss/1347643/?ref=app
15th Jan 2024, 6:48 PM
Ausgrindtube
Ausgrindtube - avatar