I've grasped the basics: choose a language, set a goal, and start experimenting with tools like Unity or Godot for game development. However, I hit a wall when it comes to the coding itself. Terms like 'bool', 'float', and 'class' leave me confused. Do these concepts work like a language? Will a specific tutorial be useful if I pursue a different type of project later? I really want to learn programming, but I'm struggling to find a clear starting point and understand how tutorials are beneficial. Any guidance would be appreciated!
6 Answers
I recommend that you focus on learning the programming language itself before jumping into Unity or game development. There are tons of resources out there, including official documentation and YouTube tutorials that can help you get started on the basics of programming.
It's all about finding the right resources and methods to suit your learning style. Don't hesitate to explore different materials until something clicks for you.
It's really about your commitment to learning. Start with simple, relevant projects that align with your interests—if you're into security, for instance, practice handling server data. The key is to do your research and tackle projects on your own. You could start with something like transferring data from one file to another.
Setting a clear goal is a great start. When you get stumped, try looking at documentation, forums, or even instructional videos for specific guidance. The aim is to understand the solutions instead of just copying them, which will help reinforce your learning and keep you focused on what's relevant to your work.
Consider getting a comprehensive book or following a structured course. It's often more beneficial than just hopping between random tutorials. Having a solid foundation can make a big difference in understanding.
Have you tried looking up the terms you're unsure about? If you're not familiar with what a bool is, using Google or resources like W3Schools can help clear things up. It's a great way to get the foundational knowledge you need before diving deeper into projects.
Totally agree! It's amazing what you can find when you just Google a term.
That's a cool project idea! How would I begin working on that?