Automaton - Unity/C#

Gameplay

Overview

  • Designed and implemented an enemy AI using a behavior tree with behaviors such as chasing, killing, patrolling, and stalking
  • Designed and implemented an AI director script in C# that gives hints to the enemy AI about the location of the player

Code Snippets