top of page
Search
May 11, 2021
Individual Project #10 - Final Week | AI Additions
Summary Since the previous week where patrolling mechanics were implemented- more has come, particularly in the focus of AI and...
Apr 28, 2021
Individual Project #8 - Smarter AI Perception
In the interest of increasing complexity of AI, I've looked to implementing behaviour which allows AI to work together. As a result, I've...
Apr 8, 2021
Narrative Game #9 - Inciting Incident Cutscene
In the past week I have designed a cutscene sequence where the protagonist recieves bad news- the inciting incident of the story is...
Mar 23, 2021
Individual Project #8 - Behaviour Trees C++
For more complex and manageable AI, I have opted to convert my AI to a system where characters have AI controllers, and AI controllers...
Dec 18, 2020
Individual Project #5 - Player Main Attack
A quick post to show the implementation for the player being animated to perform a basic attack
Dec 18, 2020
Individual Project #4 - Enemy AI: Chasing & Attacking
The enemy is shown to follow the player before attacking when they are at an appropiate distance
Dec 18, 2020
Individual Project #3 - Weapon Equipping
Here the player can pick a weapon off the ground, which is shown to light up before it is picked up. The player automatically equips the...
Nov 25, 2020
Individual Project #2 - Triggers, The Long Way
In this post, I quickly dive into the engine code to help implement overlap events programmatically through finding the function...
Nov 2, 2020
Load Balancing With OpenMP
This is a continuation to this post! Load imbalance is the time that some processors in the system are idle due to insufficient...
Nov 2, 2020
Parallel Programming With OpenMP
In this post, I show an example of reviewing code and making it run faster, with an analysis of the results in a graph at the bottom of...
bottom of page