vote up 1 vote down star

DUPLICATE: http://stackoverflow.com/questions/293079/java-2d-game-frameworks

Does anyone knows a good 2D engine for Java with sprites, animations and colisions handling ?

flag

What kind of games? Any in particular? – alphadogg Feb 19 at 21:23
For a tactical rpg I'm working on: sourceforge.net/projects/fatal-assault – giann Feb 19 at 22:51

2 Answers

vote up 2 vote down check

JGame is probably what you're looking for.

You might also want to check out this question ( http://stackoverflow.com/questions/293079/java-2d-game-frameworks ) that has a list of Engines out there and a bit of feedback on some of them. Hope it's helpful.

link|flag
vote up -2 vote down
  • jGame
  • Arianne

Tangent: You'd be better off branching away from Java. The game development industry is C++/Python heavy, with C# in third.

link|flag
Why the down vote? – alphadogg Feb 20 at 1:35
Probably for denigrating Java; it actually makes a good game platform. – Software Monkey Feb 20 at 9:30
That's what I figured: fanboyism. If one reads carefully, you'll see I actually didn't denigrate Java. I just made true statement on what kind of languages are prevalent in the broader game industry. I didn't say you can't make a game in Java. – alphadogg Feb 20 at 14:21

Your Answer

Get an OpenID
or

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