Java games | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Java games

How can i develop games in java?

20th Aug 2017, 11:35 AM
MKJJJ
MKJJJ - avatar
4 Answers
20th Aug 2017, 1:11 PM
Manual
Manual - avatar
+ 3
omg the ultimate book psf collection.... just omg.... omg... Ove been looking for textbooks for Sooooooo long online its so darn hard to find them... thank you Manual ty
20th Aug 2017, 1:31 PM
Will
+ 2
not to be thia guy, but practice. start with simpler concepts, like a basic text based game. for now ignore GUI programming until you have a firm grin on classes, objects, and method calls. hash out a few small scripted text games you can play by asking for a response then returning the results based on response. Then once you feel confident enough you can get around the hurdles of the data handling of the stats and entities (things likes players, monsters, etc) you can begin work with the GUI side of things, start to make a small window with just buttons to click for choices instead of asking for text input and having to check the text to see if its valid and all that. eventually you can work up towards game menus, controls, and visual effects, which are basically just method calls to the visual effect code placed in the right locations. edit: sorry my phone sucks... that and I cant type...
20th Aug 2017, 11:48 AM
Will