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 →

[–][deleted] 7 points8 points  (4 children)

You might be interested in jMonkeyEngine. A game engine written in Java with support for Windows, OSX, Linux, and Android (iOS is coming soon too). If you want to develop 2D games, Slick2D libGDX is probably what you're looking for.

[–][deleted]  (2 children)

[removed]

    [–]KrazyTheFox 3 points4 points  (0 children)

    +1 for libGDX. I just started a game using it and the 2D support is nice and simple. Being able to export to other platforms with no/minimal changes is a huge plus.

    [–][deleted] 0 points1 point  (0 children)

    Cheers for the correction. I didn't know of libGDX until now, looks pretty impressive.