- Notifications
You must be signed in to change notification settings - Fork1
JavaFX One/Two Player Tank Game
MitchellGray100/Tanks
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MitchellGray100@gmail.comhttps://github.com/MitchellGray100/Tanks
JavaFX One/Two Player Tank Game
The game starts by having a tank at the bottom left and the top right. The tanks are controlled by seperate players.The second tank can be controlled by an AI in one player mode. There is also a power up that spawns equidistant from bothtanks. There are 4 different power ups. Shield, which lets the player take an extra hit. Wheels, which makes the tankmove faster. Rockets, which makes the bullets move faster. Triple Cannon, which makes the tank capable of shooting more frequently.Bricks prevent the player from going through the space they cover. There is the brick border which always spawns, but there are alsobricks that spawn in the middle of the map. These bricks are randomly generated and make the game have good replay value. The gamemakes sure there is always a way to get to the other tank.
Music Credit:ParagonX9.
To Play, just download the project:https://github.com/MitchellGray100/Tanks/archive/refs/heads/main.zip and run Tanks.exe in the EXE folder.
If you gen a JNI error, make sure to downloadjava.
About
JavaFX One/Two Player Tank Game