Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I abused coroutines for the boss patterns

Oh, that would have helped a lot with some of Suzieus's AI! A lot of conceptually "local" variables about AI state had to be object properties instead so they wouldn't get forgotten between frames of gameplay, and with coroutines a lot of them could have been real locals.