MitchellGray100@gmail.com https://github.com/MitchellGray100/Tanks
JavaFX 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. One goal is to make an AI that can replace the second player. There is also a power up that spawns equidistant from both tanks. There are 4 different power ups. Shield, which lets the player take an extra hit. Wheels, which makes the tank move 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 also bricks that spawn in the middle of the map. These bricks are randomly generated and make the game have good replay value. The game makes sure there is always a way to get to the other tank.
Shows a map with the Wheel powerup.
Shows a map with the Rocket powerup.
Shows a map with the Triple Canon powerup.
Shows a map with the Shield powerup.
Shows a shielded tank after it got the shield powerup.