By Sejal Sahu
The "Shooting Game" is a Java program that implements a simple shooting game where the player controls a character to shoot down enemies while avoiding collisions.
This is a simple shooting game build using java swing, which allows user to shoot the Red target comming towards it.
If the red(attacker) touches the green box(player) then it displays game over.
It also got timer of 60 seconds upto which the player is allowed to play after which the game ends automatically.
Moreover features like restart or high scores or game difficulty can be added to the game as per requirement.
Note: I ran this project of Apache netbeans and it was running fine.
Below is the output of the project:
Submitted by Sejal Sahu (Sejal)
Download packets of source code on Coders Packet
Comments