Developed with Unreal Engine 5
In this game you controll a tank that can move around and fire projectiles.
- the player can controll a tank that move arount and fire projectiles;
- kill all the enemy towers to win the game;
- winning the game you get the message "You Won!";
- if you get hit multiple times by the towers projectiles your tank is destroyed;
- losing the game you get the message "You lost!";
- Create a Tank that can move throughout the world;
- Handle input (WASD movement, mouse clicks);
- Create an enemy Turret class;
- Add fire functionality with projectiles;
- Add health, damage, and destruction to the game;
- Add especial effects (smoke, explosions, sounds, camera shake);
- Add winning/losing conditions with HUD displays;