← Ryan Hord

Galaxic

Modern Galaga clone for Android

Live
Galaxic title
Galaxic screenshot Galaxic screenshot

A Galaga-inspired arcade shoot-em-up built from scratch in Unity. Enemies fly in formation, break off to dive-bomb the player using emergent steering behaviors, coordinate squad attacks, and scale in difficulty across an unbounded level progression. Every 10 levels ends in a boss encounter — five distinct boss archetypes with rage phases and a desperation mode.

The focus of this project was game AI: rather than scripted patterns, enemies reason about the player using a behavior tree + Craig Reynolds steering pipeline, giving each dive a different feel without manual choreography.