top of page


YouTube Demos
I have a YouTube account under the name StudentAidyn that shows off my current work in progress and my demos of finished work of mine.
Perimeter
You're a Mine Worker who woke up within an abandoned research facility, your goal is to survive as you recently just found out that this facility isn't as abandoned as you thought...
Perimeter is a survival horror game where your primary goal is to escape the facility while evading death by the lurking creature. To succeed, you'll face numerous challenges that require interacting with objects in the environment, crawling through tight spaces and staying out of the creature's sight. Staying out of sight is crucial, necessitating stealthy movement and strategic hiding within the environment. You can hold your breath to remain silent and avoid detection. Additionally, you possess the ability to psychically see through the creature's eyes.
I personally worked on the main Enemy AI for Perimeter. The AI uses a custom Perception system intertwined with a director Ai system.
Perimeter is a survival horror game where your primary goal is to escape the facility while evading death by the lurking creature. To succeed, you'll face numerous challenges that require interacting with objects in the environment, crawling through tight spaces and staying out of the creature's sight. Staying out of sight is crucial, necessitating stealthy movement and strategic hiding within the environment. You can hold your breath to remain silent and avoid detection. Additionally, you possess the ability to psychically see through the creature's eyes.
I personally worked on the main Enemy AI for Perimeter. The AI uses a custom Perception system intertwined with a director Ai system.



Kokomari
Welcome to Kokomari, where you are a chocolate drop... with hands... a mouth and a HUGE appetite for the Chocolate town of Cadburra.
To play Kokomari you must eat everything BUT you start out really small and you can't eat anything bigger than you. So, you must feast on the smaller chocolates first to grow in size, then eat the town, then chocolate world domination?
Kokomari was developed during a 48 hour game jam by myself and another programming student from the AIE.
I personally developed the game load system and the object spawners within the main level, as well as the over arching game loop.
To play Kokomari you must eat everything BUT you start out really small and you can't eat anything bigger than you. So, you must feast on the smaller chocolates first to grow in size, then eat the town, then chocolate world domination?
Kokomari was developed during a 48 hour game jam by myself and another programming student from the AIE.
I personally developed the game load system and the object spawners within the main level, as well as the over arching game loop.
3DG
The 3DG is a 3D Dungeon Generator extension for Unity. 3DG uses multithreading and Wave Function Collapse to generate intricate map designs.




Cartoon Racer
Outback Breakout
This was a major production project that I produced with a large team during my studies.
I was the lead AI programmer and produced the main Enemy AI functionality.
I was the lead AI programmer and produced the main Enemy AI functionality.




Utility AI
This is my Utility AI I made in Visual Studios using Raylib.
This was all coded in C++ using the Raylib library.
The AI being shown is supposed to demonstrate animal behaviours.
The red circles are like a predator animal, which prowls around in search of food. The blue circle that moves is a prey animal. The light blue circles that do NOT move are feeding/regenerative spots for the red circles.
The predator (red circle) has stamina which it uses to move around, if it runs low it decides to go refuel at a food/regenerative spot. BUT if the prey circle gets close enough it can decide to follow and attack the prey circle. The predator will chase the prey but due to the increased movement it will lose stamina faster. The prey has a stamina value attached to it which increases its want to keep following the prey animal.
This was all coded in C++ using the Raylib library.
The AI being shown is supposed to demonstrate animal behaviours.
The red circles are like a predator animal, which prowls around in search of food. The blue circle that moves is a prey animal. The light blue circles that do NOT move are feeding/regenerative spots for the red circles.
The predator (red circle) has stamina which it uses to move around, if it runs low it decides to go refuel at a food/regenerative spot. BUT if the prey circle gets close enough it can decide to follow and attack the prey circle. The predator will chase the prey but due to the increased movement it will lose stamina faster. The prey has a stamina value attached to it which increases its want to keep following the prey animal.
Asteroids Remake


bottom of page