Gigglepuddy wrote:(its java, so your GPU dosent matter. java dosent actually use your GPU aside from display, all rendering and everything is dont via CPU)
Wrong. The game uses opengl calls for it's rendering, which is a cross platform alternative to directx. Nobody uses software rendering regardless of language for anything other than simple practice projects, because it's terrible.
If haven was software rendered it would definitely be 2d sprite based.