Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Right now the AI is fairly standard, it uses a lot of random numbers and targets the nearest opponent. Doesn't have any limiters on it so it can do frame perfect reactions that humans can't.
You can see all of the code in the CPU_Input script, as well as the character-specific AI in the cpu_script* scripts.