(10-13-2012, 02:19 AM)Aldighieri Wrote: I don't recommend C++ as an introductory language. Java is easier, it gives you all of the basics, while being a high-level language.
C++ is not really a difficult language. It's what I started out with in programming (never bothered to learn anything else). You just need to be patient, willing to read books and articles online and willing to put in a lot of practice time. You will be glad you did as C++ lets you do most anything. There are also tons (more than in any other language I think) of libraries and APIs that you can use for game development which should be a plus. There's no sense in "easing into it" because Java is a different language. If you want to learn Java game design, then learn Java. If you want to learn C++ game design, which is a good idea because it's more powerful, then learn C++. You shouldn't take Java as an "introductory language". Just take time and think about what's going on. You'll get it in no time.