A 2D Platformer game i made using only native Java. For that I have watched following Tutorial
https://www.youtube.com/watch?v=qWVUQPWa67M&list=PLzM5baL2UjtLEewQScGTWNgeoGXMxG7pc&index=1
And expanded upon it by adding Enemies with "AI" and Player attacks for instance.
- Java SDK > 1.5
Using eclipse, just export to jar file using "file>export"
Run the executable file and use the mouse to click on either the play or exit button (settings button doesn't do anything) Play using wasd inputs for left, right movement and jumping. Use f for attacks.