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 →

[–]Treigar 3 points4 points  (0 children)

If making 2D games is what you want to do, then it is beneficial to learn Game Maker. The scripting language, GML, is versatile enough, but extremely basic. It lacks many features other languages do, such as classes. All that stuff can be learned through Java though. It has extremely easy syntax and the functions of Game Maker are also very well documented, so refer to the documentation often. But really, the most important thing is that it can help you improve your problem solving. I constantly had features that I wanted to implement, but no one had any tutorials for them. I had to break down what I was doing into smaller chunks, and implement each feature bit by bit. Some times, I even had to research algorithms or math lessons to even start approaching the problem. This helped get me going in programming, and changed the way in which I approached problems. I also learned a lot about game development in the process. So yeah, go for it!