Newbies in java

Anonymous

Veteran
I just got into java for this trimester, and my teacher is moronic and i've learned nothing so far. I know alittle c++, but alot of java still confuses me. If i wanted to make like my own little snake program in java, how would i go about doing that?
 
Download LWJGL: http://www.lwjgl.org/

This will give you easy interface to OpenGl, keyboard/gamepad input and sound.

I absolutely love LWJGL, I prefer it over JOGL.

Graphics can be created within the classes for a basic snake game.
 
Back
Top