
Create Your First Project
Start adding your projects to your portfolio. Click on "Manage Projects" to get started
A visit from the Cat
Game
September 15, 2022
Demo
Lumen 14
Unreal Engine 5
This was my first game using Unreal Engine 5. I wanted to have a simple concept to try and learn Unreal and this was a good project to do so. Specifically, I wanted to focus on AI in the context of a stealth game. The bigger idea for the game was one where you would have to break into a guarded place with only a knife. I used Unreal Engine’s behaviour tree to create enemies that patrol when calm, hunt for you when they see you, and shoot you when they have line of sight. I also added a system where the enemies would alert each other if one of them sees you, meaning that once you’re spotted, things get out of hand fast. The project was a nice way of learning the basics of Unreal and the AI will definitely be used in later projects.