Portfolio
Space Attackers
Creator — December 2023
Northwest Career & Technical Academy
A 3D space invader clone in Unity using C#.
- The UI is designed to work well with controllers.
- There is a settings page where you can control your audio and graphics settings.
- There is a loading screen transition with a spinning 3D moon.
Flip 2
Creator — May 2024
Northwest Career & Technical Academy
A basic platformer where you can flip your character 180 degrees.
- The UI is made using the Unity UI Toolkit system.
- Uses the Kenny Pixel Platformer asset pack instead of hand drawn assets.
An MD5 library in C++
Creator — Spring 2025
Personal Project
A custom written MD5 library written in C++ 20 to learn how MD5 works.
- Takes advantage of the C++ 20 std::rotl function to do leftrotate.
- Uses the C++ STL for most of the work instead of C constructs.
- Uses CMake as the build system.
A UUID v3 Lua module
Creator — Spring 2025
Personal Project
A native Lua module written in C++ 23 to generate UUID v3’s.
- Uses the MD5 library I wrote in C++ as its backend for generating the UUIDs.
- Uses CMake as the build system.