Below you will find some of my non iOS personal programming projects. I enjoy learning how to program new things by working on personal projects. You can find my iOS programming projects here.

RPG Dialogue System (WIP)
A dialogue system written in C++ for Unreal Engine. The player can be given up to 5 options for responses, and the system is very modular with the dialogue tree being loaded from an XML file.Github
Main Skills: C++, Unreal Engine

Basic Third Person Shooter
A small game created with C++ and Unreal Engine 5 in order to get practice and strengthen those skills. Done with help from a tutorial.
Main Skills: C++, Unreal Engine

"Simple C" Compiler
A compiler for a subset of the C language written in C++ as part of a university classes. The project was completed in 6 parts over 10 weeks.
Main Skills: C, C++, Intel Assembly

Final Fantasy IV (DS) Save Editor
C++ program that allows for users to edit their save data (i.e. inventory, stats, money) for the Nintendo DS version of Final Fantasy IV. Github
Main Skills: C++

Saint of the Day Minecraft Plugin
Spigot plugin for Minecraft servers. Currently, delivers information on the current feast day to players via chat with the '/sod' command. Github
Main Skills: Java, REST API

Saint of the Day GroupMe Plugin
Bot for GroupMe. Currently, delivers information on the current feast day to players via chat with the '/sod' command. Github
Main Skills: JavaScript