On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Very cool and fun game. Loved the enemy AI, they don't chase you linearly and seem to navigate around the walls pretty well. May I ask how did you create it?

Overall the game is very well made and quite polished, well done!

Thx for playing and enjoying the enemy AI. I tried to make the AI somewhat interesting and not go towards the player and its cool that your interested in it.

Knife AI - instead of going towards the player it has a separate target that they pathfind to which is the players position with an offset so that the AI don't go directly to the player and instead has a chance of trying to attack from the sides or behind.   Shotgun and pistol AI - they have similar AI so I grouped them together,  they go towards the player until they are within range and have a line of sight of the player. Once these thing are met then they will shoot and they will have a new target at a random position close to them so they don't stand still after they try to shoot you and instead tries to give an illusion of dodging your bullets. Machine gun AI - the simplest in my opinion, they will pathfind towards the player then they will stop when they are in range, they will continue shoot at the same position without moving until your out of the range or they need to reload.

I'm happy that you took interest in the inner workings of the game and your game was fun too! Good luck on the jam :D