0
how to create a small game in java
7 Réponses
+ 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
+ 4
The easiest and smallest game to create using Java is "Tic Tac Toe". :)
+ 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.
+ 1
I also think google is the best option
0
i guess google is better option
0
thank u for ur response
0
Nice idea I'll also try