Soccer Simulation - Unreal Engine 4/C++

Gameplay

Overview

  • Designed and implemented an AI class for the players on the pitch
  • Implemented behaviors such as dribbling, chasing the ball, and returning to home positions in C++
  • Used behavior trees to execute certain tasks based on conditions on the soccer pitch

Code Snippets