#14 in Game programming books
Use arrows to jump to the previous/next product

Reddit mentions of Beginning Java SE 6 Game Programming

Sentiment score: 2
Reddit mentions: 3

We found 3 Reddit mentions of Beginning Java SE 6 Game Programming. Here are the top ones.

Beginning Java SE 6 Game Programming
Buying options
View on Amazon.com
or
Specs:
Height9.12 Inches
Length7.37 Inches
Number of items1
Release dateJanuary 2011
Weight1.79015356744 Pounds
Width0.9 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 3 comments on Beginning Java SE 6 Game Programming:

u/JuiceShepp · 2 pointsr/learnprogramming

Everyone will have a different opinion for this, I think. But for me, I started learning C++ before Java, and I found it great for underlying concepts at the time (all those "beginner programming" tutorials stuff), but I don't think I really fully understood the concepts of OOP, classes, etc. until I did Java. However, that could just be because of the way my university program is structured (poorly).

Personally, I loved writing a game in Java. I didn't use the exact game in his book (he does asteroids, I made a vertical scrolling space shooter), but the fundamental concepts of movement, sprites, sounds, collision detection will be the same (mostly) for any (basic) game.

Looking at that course list, the C->Java->C++ sounds like a good structure - procedural (C), OOP using Java, and then OOP in C++ - OOP concepts seem to work better in Java as it almost forces it on you... I'd probably skip the C if you already know the basics.

All that being said, I love C++ and can't straight up turn anyone away from it. Java is easy to pick up if you already have concepts from C++ (my opinion, but I think most will agree).

u/biochromatic · 1 pointr/learnprogramming

I followed this entire book and it was pretty useful. You won't really end up with a blockbuster game at the end of it, but your understanding of various game programming concepts will be strengthened.