+ 4
how to make games in java
gta
8 Answers
+ 12
Best way to start is writing console games. Games with no graphics, but has messages and user inputs. This will get you familiar with the language and design. Once you have a thorough understanding, you can move into java2d, which will push your understanding further with graphics. After you understand it enough, and have even learned it's limitations, you can move on to things like jwgl, libgdx, monkey engine, etc... Which will make it much easier to make games, but it is usually best to first get an understanding of the core language so you don't get hung up on everything you'd be trying to do from the start.
+ 2
I would recommend you to go for libGDX which a java cross platform game engine and it has a wide comminity as well. You can use Box2D within this game engine and can run your game on Android, IOS, WEB, DESKTOP by writing code at once.
+ 1
You have to use a game library.
+ 1
thanq guyz it helps me alot
0
I agree with James
0
I also agree with james. i
If you start off with console game like a rpg youll get a better understanding of hiw codes work. Thats how I started out and now im teaching myself how to make a fps
0
i am agree too with james.
0
thanks to all