Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I'm looking into developing some 2D games in Java, I would like to know some resources (Tutorials, Books, etc.) for getting started. I already know the basics of Java and OOP, but I'm not a Senior Programmer or nothing like that, so I'm looking for something that's really basic.

Any ideas ?

PD: 2D games, not 3D.

share|improve this question
1  
Found some: google.com/search?q=java+2d+game+tutorial – stevehb Apr 8 '12 at 16:00

closed as not constructive by Tetrad Apr 8 '12 at 17:54

As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

See creating-a-java-platform-game-as-easily-as-possible. (There are some good links inside)

Also a good start into Java 2D technology can be found here.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.