This program is a simple 2D shooting game implemented using Java.
You can check the report file for gameplay guide and sample game screens.
-
Easy to play: The game is designed for every person. It is easy to play the game after checking the gameplay guide.
-
Customizable Environment: You can customize the game environment by changing the obstacleArray and targetArray variables at the beginning of the code.
If you do not see all of the game environment, consider changing your screen display scale.
Before starting, ensure that you have installed the StdDraw library.
When the library is installed, you can start to use the program. Adjust the bullet speed and the shooting angle, maybe you can hit one of the targets in your first try!