Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 408 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 408 Bytes

Toon Tank

Toon Tank Game In Unreal Engine 5



What I Learned?

  • 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 special effects (smoke, explosions, sounds)
  • Add winning/losing conditions with HUD displays