Overview
Menagerie is a 1st person stealth game, developed during the fourth group project in my Game Programming education at FutureGames Malmö. It was developed over 4 weeks with a team of 4 programmers and 6 artists. I acted as product owner for the duration of the project, driving the design of the game, helping my teammates communicate, ensuring that tasks were finished on time and solving blockers for them. I worked on various game systems and gameplay features, as well as helping out my teammates with character and camera.
All the code for Menagerie has been written in C++, exposing functionality to the editor through custom DataAssets and Blueprint APIs.
AI

The AI was our main focus during development, as we tried to mix a traditional Behavior Tree with a fuzzy logic-driven brain. From this, I developed one of my specialization project, that you can find here.

This resulted in an AI that can sense different signals, both visual and auditory, and act on them depending on their importance, with their priority getting re-adjusted every tick, acting differently on signals of different intensity.
Links
You can check out the game on itch.io :)
Written by Jo Colomban
← Back to blog