|
Ok, so it's a shooting game, therefore, you will need to have a class for the Player (the person who plays the game), the Enemy, a Bullet, and for the Main (this will run the game). Now, i find it rather useless for you to ask how to make a game when you don't know Java, because gaming is something you shouldn't learn until you've become somewhat experienced (learn if statements, loops, arrays, Graphics, etc.). I recommend that you learn Java first, and become very comfortable with it, and then worry about gaming (i've recently begun making games, and i have a pretty vast knowledge of Java).
|