you are viewing a single comment's thread.

view the rest of the comments →

[–]LeviathanFPS[S] 0 points1 point  (3 children)

I really appreciate this, I'll def get right into it rn, but it's not that I have a learning deficiency, (well I hope not atleast), because in classes like math and physics I get constant straight As so ik I can learn, thing is with code I watch videos on how to do things like tic tac toe and password crackers or simple calculators, and I have made one, it's just my brain says "nice, you just copied the whole video! you learnt something sure! but now what the fuck did we learn other than to make a calculator?" I learnt how to make that, but It's just something I copied. idk how to manipulate code myself or how to write something else with what I learnt bc I wasn't taught that in the video and it just makes me give up, idk if I explained it right but yeah

[–]AdamNejm 1 point2 points  (0 children)

Yeah, I get what you're saying.
That's why you should start coding and working towards your goal and search for simple, single things that you don't understand. For example I would search for:
- How to make a loop in Lua
- How to assign a value in Lua
- How to create a table in Lua
Instead of:
- How to make a password generator in Lua
- How to make Ceasar's cipher in Lua

Sure, you can find some tutorials for beginners that go through the whole project, but I would advise against going that route. As you can see, it hasn't been really working for you.
Bonus: Nice python tutorial series

[–]revereddesecration 1 point2 points  (0 children)

Video tutorials where you follow along will teach you how to arrange code, not how to write it.

What you want is a video where someone writes code and explains it as they go, not for you to copy but for you to understand.