ID:2266554
 
OpenGL scroll through Skip to 5 minutes to see code.

You'll be working with Java scroll through these to get a taste at all the different headings.

Here is some documentation.
https://www.opengl.org/documentation/
Same as the above video.
Sample codes.

public class Animal implements Moveable{
public static void main(String[] args){
Animal tiger = new Animal();
tiger.move();
}
}

Output: I am moving

(Certain functions & parameters need repeating) to achieve results.
Java is so messy! A lot of it is copied and pasted.
Java Messy
Minecraft was also coded in Java!

2D Java RPG from scratch!

Sorry wrong link. Original link below:
https://www.youtube.com/watch?v=VE7ezYCTPe4