|
|
|
|
|
by bananicorn
1836 days ago
|
|
It's never too late to start.
At the beginning you should really focus on trying some things that keep your attention. (For me that was programming games - incredibly crufty ones, but seeing thing move on my screen got me really excited and got me to understand) Personally, that was javascript for me - mostly because you can do stuff with it in any browser you want.
Lua[0] is also a great language for beginners, and I'm still using it for game development[1] and general scripting/fun stuff. I just don't want to turn this into a hella long comment, so I'll wrap it up; but I could talk about the first steps you could take for hours :) If you want to ask me anything on how to get started, just shoot me a mail under info@(my username here).com
I'd be super happy to help :) [0]https://www.lua.org/
[1]https://love2d.org/ |
|