Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Thanks! All the planes move forward at a constant rate and have a set turning speed. The AI for the player plane chooses a random direction to turn (or to go straight) for a random amount of time between 0.5 and 2 seconds, and just does that over and over. The enemy AI just constantly tries to rotate towards the player. It's actually super simple, and I was surprised how well it turned out!