how to create a small game in java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to create a small game in java

23rd Jul 2016, 7:57 PM
SHIV KUMAR
7 Answers
+ 10
There are many ways to make games, and as Dhimans Das said, google is probably the best choice for this. If you want to make a simple game, then you can look how I wrote my rock, paper, scissors game (Code playground). It has a very simple logic you can use to make other simple games. If you want to go more advanced, like making something like angry birds, search up "Java Game Engines", or make your own game engine. If the last option, I recommend playing around with other simple game engines first so you know what to make. If you want a more detailed answer for the game you want to make, post a new question with more details, and I will be happy to lead you in the right direction. Also, google is your friend, thats where I learned everything ;) I hope this comment helped to some degree, and good luck! ~ Frekvens1
24th Jul 2016, 1:19 AM
Thomas Alme
Thomas Alme - avatar
+ 4
The easiest and smallest game to create using Java is "Tic Tac Toe". :)
11th Sep 2016, 9:46 AM
anne_stark
anne_stark - avatar
+ 1
Another option would be to program console games then work your way up to 2d then 3d games. When you make it up this far, start with a small project that you know you can finish.
27th Jul 2016, 3:55 PM
Aquarius
Aquarius - avatar
+ 1
I also think google is the best option
30th Jul 2016, 2:35 PM
Vineet Aggarwal
Vineet Aggarwal - avatar
0
i guess google is better option
23rd Jul 2016, 8:37 PM
Dhiman Das
Dhiman Das - avatar
0
thank u for ur response
24th Jul 2016, 6:41 AM
SHIV KUMAR
0
Nice idea I'll also try
3rd Aug 2016, 5:05 PM
rohit Rj
rohit Rj - avatar