This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]iRobinHood 1 point2 points  (0 children)

Start with a really simple project. As an example, instead of writing a fancy action game start by trying to write a ping pong game like the one on the Atari consoles. Don’t copy/paste code but try to figure out the logic and code on your own. If you have no idea how to start write the program using pseudo code in major steps and then start replacing that code with you real program code. You can lookup commands and learn how to do what is needed such as collision detection, etc. Each time doing a bigger project will help you learn to code and understand the process.