Hello Guys,
I want to develop a simple 2d action/exploration game in Java. I am thinking the theme will be mining. Where to start? What API should I learn? How much much work must really go into this, is it something that can I can do being a beginner/intermediate"ish" programmer? Please help, It will be much appreciated.![]()


LinkBack URL
About LinkBacks
Reply With Quote
That is SO helpful. Especially the checklist. I know most of the basics, I will learn the things you mentioned I am not familiar with. As for Swing, I am already pretty sufficient in it, being able to make Frames, Panels, Buttons, Labels, TextBoxes etc. Ill also try to learn Java 2d, It looks pretty simple. Ill look into sprites, and collision detection/physics etc. I already understand some basic mouse Listeners, but my game will probably be mostly keyboard controlled, so I definitely will learn Keyboard input. And if I cant get these things to work together,
l'll create an SSCCE.