What is the best Java API for creating a simple 2D game?

I'm trying to just experiment with Java, and I was wondering that the easiest API for Java would be to create a 2D construction game (i.e. placing blocks, moving, etc.) for a beginner who knows only Java, not many other dependencies.

+3
source share
1 answer

http://lwjgl.org/ This is a simple java api to use :)

+3
source

All Articles