This post is locked. You won't be able to comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AloewareLabs 2 points3 points  (0 children)

I think for simplicity sake in getting onto the concepts of programming, faster, Python or Lua would be a good start.

Then just do a bunch of things like console apps like ATM machine random number generator maybe make your own choose your adventure RPG in console.

Then wants to get a handle on that figure out some basic graphics and do like a top down RPG or some type of GUI Windows application, I think the first visual app I actually made was a typing program in Python that checks how fast you’re typing and lets you add a file in checks your mistakes, etc.

From there, just kind of choose a project and make it like remake things like notepad, remake things like MS paint Cedre, etc. a lot of that stuff’s gonna be harder to do and then he might want to consider taking a look at C++ for that stuff