
Unreal AI Demo
Spring 2017-Ongoing
The basic concept of the game what that there is a large enemy within a confined playspace that the player must confront. The creature hunts the player using sound, and the player can only damage it when it is not hunting them. This is a small one-person project that was done in order to work with how behavior trees function in Unreal. Being having hunting, idle states, and attacks, it was a good way to set up different behaviors and states that the AI can choose from to simulate a creature within the playspace. It was also an experiment in using a sound system to simulate sounds from the player, and other environmental objects that can be used against, or for the benefit of the player during their hunt.

Cloth Physics Demo
Spring 2017
A demo demonstrating a simulated piece of cloth interacting with forces applied to it. This project was made in a customer physics engine that was designed over the course of the semester, with rendering working through OpenGL. My tasks on the project included researching different possible methods for the cloth simulation to be constructed, working on making the cloth particles (children of rigid-bodies) use Verlet integration instead of the base Euclidian based integration, and working on the springs that interconnect each of the different cloth particles together.
(The image above is an test example image, not an actual image from the project)

Untitled Turn-Based
Spring 2018-Ongoing
A new game project with the goal of practicing correct code architecture practices for having a project with both C++ and blueprints in Unreal Engine 4. The game itself is turn based, where the player and the enemy both take turns using attacks in order to reduce each other’s health to zero. In order to secure the most damage on their attacks, the player needs to use input during them. How correct this input is with what is displayed on screen determines the strength of the attack. On this project, I am the only programmer, as well as the project lead for the artists and designers working on the game.