how to make games in java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

how to make games in java

gta

24th Jul 2016, 6:23 PM
Rajdeep Ghosh
Rajdeep Ghosh - avatar
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.
25th Jul 2016, 1:57 AM
James
James - avatar
+ 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.
18th Feb 2017, 3:30 PM
shahrukh shahid
shahrukh shahid - avatar
+ 1
You have to use a game library.
24th Jul 2016, 9:58 PM
Czorny Diabeł
Czorny Diabeł - avatar
+ 1
thanq guyz it helps me alot
19th Feb 2017, 5:54 AM
JITENDRA MAURYA
JITENDRA MAURYA - avatar
0
I agree with James
25th Jul 2016, 5:36 AM
Patrick Aziken
Patrick Aziken - avatar
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
26th Jul 2016, 1:35 PM
Aquarius
Aquarius - avatar
0
i am agree too with james.
17th Feb 2017, 4:19 PM
Mardan Ali
0
thanks to all
17th Feb 2017, 5:31 PM
Rajdeep Ghosh
Rajdeep Ghosh - avatar