Java Game Engine, Similar to XNA [closed]
Can anyone recommend a Java game engine that would be suitable for a 2D platformer run in a browser, with a similar level of abstraction as Microsoft's XNA framework? I'm rubbish at maths and I'm a Java EE programmer by day, so the less low-level OpenGL-stuff the better.
Before this gets flagged as a duplicate, I'd like to point out the most prominent "Java 2D Game Engine" question on SO is several years old, and mostly recommends abandoned projects.
You may want to try these:
http://joge.sourceforge.net/
http://slick.cokeandcode.com/
Both are based on the Lightweight Java Game Library (LWJGL).
Regards
精彩评论