Player controller tank to shoot projectiles at enemy AI turrets.
AI pawn turrets to shoot player tank within radius.
Toon Tanks is a battle tank inspired game developed using Unreal Engine 4 and C++. The player controls the blue tank that they can roll around in the world and control and aim at things and actually launch projectiles so that we can destroy these enemies that exist at the central structure at the map. These enemies have some basic A.I. where they can aim and launch projectiles at us. Destroy the turrets to wins while evading their attacks.
Features:
Capsule construction for player controller.
Separate vehicle physics and controls for tank base and turret.
Enemy AI turret with target detection and hit events within radius.
Camera shake on hit events.
Debug spheres, projectiles and ray casting for shooting mechanics.
Smoke trail and different hit effects for feedback.