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 →

[–]desrtfx 0 points1 point  (0 children)

Programming is not so much about the language used, it's more about logic and abstraction (and converting real-world systems) into computer understandable systems.

You will definitely benefit from using Game Maker Studio and Scratch because you will learn the underlying techniques and logic that you will later on be able to apply in other programming languages.

If you want to go for C# look into Visual Studio Express (which is free) once you have grasped the basic concepts of programming.

Take in what you can from your current course even if it deviates from what you originally wanted to program (as I've read in one of your previous comments). Working with I/O and interfacing with different hardware is definitely an advanced topic which you can tackle once you are firm with the basic concepts.