top of page

SPACE VANGUARD

Apr 22, 2022

Space Vanguard is a top down view strategy game based off of XCOM. I was in charge of the enemy AI behavior. The enemy AI is developed using behavior tree. There are 2 enemy types in total. I also created the grenade attacks of the scout and tank.

Enemy Behaviour

The enemies in this game were created using the Behavior Tree AI architecture. This is some of the code of the AI. It will have a default behavior for its turn but when a condition is met for another behavior, it will switch to that behavior

Space-Vanguard-BT.png

0126762044

  • Facebook
  • Twitter
  • LinkedIn

©2020 by Arif Imran Iskandar. Proudly created with Wix.com

bottom of page