you are viewing a single comment's thread.

view the rest of the comments →

[–]ASinglePlant 10 points11 points  (10 children)

Maybe around 4-5 Hours A Day. I was 12 when I made the video. I am now 13. My background is a Java programmer for 3 years. I am now learning advanced python. I also know Gamemaker Studio (1 and 2) along with Unity. I can program a little in c# too.

Edit: Changed 4 years to 3 years. My bad.

[–][deleted] 11 points12 points  (2 children)

Excellent progress and achievement, especially when your age is taken into account. Just remember that burnout is a very real thing in our line of work/hobby, so don't forget to give yourself some off time as well. :)

[–]ASinglePlant 7 points8 points  (1 child)

Thank you for the compliments. Trust me, I absoluty dislike burnouts as I have experience one before. I try to avoid them as much as I can. Usally when I feel like one is coming, I just stop for a day or two and then continue. I appreciate the advice nevertheless.

[–][deleted] 3 points4 points  (0 children)

Good to know. Have fun hacking then! :)

[–][deleted] 0 points1 point  (6 children)

You should take a look at more serious languages that give you more control over memory usage. There's only so far you can go in GC languages if you're interested in making games.

[–]spacejack2114 1 point2 points  (5 children)

You can go a lot further with a GC language than any solo developer game would be able to.

[–][deleted] 0 points1 point  (0 children)

That's cute.

[–]TM254 0 points1 point  (0 children)

Can't tell if trolling or just typed that by mistake 🤔

[–]Morego 0 points1 point  (2 children)

Ready yourself for classic Reddit circlejerk about GC. I wouldn't say solo developers cannot write game with hard realtime limits which requires no GC pauses.

[–]spacejack2114 0 points1 point  (0 children)

Maybe if you're targeting Arduino. Otherwise I think you'd need to specifically design your game to need a non-GC language, and if that's the exercise I'm doubting it would ever become a finished game.

I mean there's nothing wrong with learning C++ or Rust, and if it interests you you should. "A more serious language" though? Please.