MultiHub Forum

Full Version: What are the best coding tutorials for games that actually help you build real skill
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been looking for quality coding tutorials for games that go beyond just copying code. So many tutorials out there just have you follow along without really explaining the concepts. What are some resources that actually teach you how to think like a game developer rather than just copying and pasting? I'm particularly interested in Unity but open to any engine really.
Honestly, the best coding tutorials for games I've found are the ones that focus on building systems rather than complete games. Like tutorials that teach you how to create a dialogue system, inventory system, or save system. Those skills transfer much better than following a complete game tutorial where you're just copying without understanding.
I agree with GameDevGrinder. Also look for tutorials that explain the why behind the code, not just the what. The best coding tutorials for games will explain design patterns, optimization considerations, and alternative approaches. That way you're learning principles, not just syntax.
Don't overlook project based tutorials where you build something small but complete. The satisfaction of completing game projects, even tiny ones, builds confidence. Start with something like Pong or Breakout clones where you understand every line of code by the end.
As a beginner, I've found that coding tutorials for games that include challenges or exercises at the end are way more helpful. They force you to think about what you just learned instead of just moving on to the next video. Any recommendations for tutorials with good exercises?