Kairos
description
This is a top-down 3D roguelike experience, with added elements of strategy. The player controls a mysterious hooded figure wielding crystals as weapons. Spawn with a different set of crystals each time, and upgrade them to customize your playstyle! Every room has a setup phase in which players can prepare for battle by strategically placing barrels to hinder or destroy enemies. The goal is to get as deep into the dungeon as possible, upgrading weapons and fighting monsters along the way.
Project Details
Tech and Tools: UE4 / Blueprints
Development Time: 6.5 Working Weeks
Platforms Supported: PC / Windows
Available on: itch.io
Team Size: 11
My Role(s): AI Programmer
My Contributions
Enemy Behavior and Animations
In this project, I was responsible for everything related to the three types of enemies in the game (melee, shotgun and long range), mainly implementing the AI for their behavior, using Unreal’s Behavior Trees, Perception System and Environmental Query System.
Here are all the features I have added:
Chasing the player upon detecting him, using the AI Perception System. Played around with this to get smoother lines of movement and just the right amount of movement and turning speeds.
Attacking the player upon reaching the required distance and inflicting a set amount of damage.
Ranged enemies always try to maintain their minimum attacking distance to the player to avoid taking damage and make them more challenging.
All enemies have sporadic movements to make them more unpredictable and harder to hit.
Apart from this, I have also set up the enemy animation states and blended animations together when needed.
On the right, you can see all of the above mentioned features being implemented at different stages of development.
AI Perception System implemented - chasing the player on sight
Long range enemy keeping its distance from the player
Melee enemy fully implemented with animations (camera shake is not part of my work)
Smooth chasing lines and turning speeds
Shotgun (midrange) enemy moving sporadically around the player
All three types of enemies in action in the gym level