Projects

Game systems, custom engines, developer tools, and AI automation — all built with a QA-first mindset.

Quidditch AI Flight System thumbnailGames

Quidditch AI Flight System

Behavior tree-driven AI agents that collect items, mount brooms, and navigate 3D arenas.

C++Unreal Engine 5.4Behavior TreesAI
IslandEscape Survival Game thumbnailGames

IslandEscape Survival Game

Voxel weapons, teleporter systems, health components, and interactive tooltips in UE5.

C++Unreal Engine 5.4BlueprintsGame Systems
Updated 3 months ago
MCP Command Panel for Unreal Engine thumbnailAI

MCP Command Panel for Unreal Engine

C++ plugin + Python FastAPI backend bridging AI models to the Unreal Editor.

C++PythonFastAPIHTTP/TCP
Vulkan 3D Renderer thumbnailEngine

Vulkan 3D Renderer

Custom 3D renderer with PBR materials, dynamic lighting, 35% performance optimization.

C++Vulkan APIGLSLCMake
Updated 6 months ago
BrightForge thumbnailAI

BrightForge

Hybrid CLI coding, design, and 3D generation agent using local LLMs with cloud fallback.

Node.jsJavaScriptPythonOllama
Updated 1 months ago
Modular Survival Companion Platform thumbnailTools

Modular Survival Companion Platform

C# 12/.NET 8/WPF desktop app with Clean Architecture for multi-game progression tracking.

C#.NET 8WPFMVVM
Conway's Game of Life thumbnailGamesPLAY

Conway's Game of Life

Interactive cellular automaton with toroidal wrapping, neighbor counts, and adjustable grid — ported from C++ to web.

C++wxWidgetsJavaScriptCanvas
Crypt Crawler thumbnailGamesPLAY

Crypt Crawler

Team-built Unity dungeon crawler with WebGL build — explore procedural crypts and battle enemies.

UnityC#WebGLTeam Project
Scientific Calculator thumbnailToolsPLAY

Scientific Calculator

Full expression parser with Shunting-Yard algorithm, trig functions, and keyboard support — ported from C++ to web.

C++wxWidgetsJavaScriptReact
Wizard Jam thumbnailGames

Wizard Jam

UE5 game jam project featuring spell-casting UI, magic systems, and multiplayer wizard combat.

Unreal Engine 5C++BlueprintsGame Jam
HoneyBadgerVault thumbnailAI

HoneyBadgerVault

AI-powered autonomous agent for secure vault management and intelligent automation.

PythonAI AgentsAutomationSecurity
DeepCommand thumbnailGames

DeepCommand

Unreal Engine 5 tactical command simulation with AI-driven unit behavior and strategic gameplay.

C++Unreal Engine 5AITactical
Paws of Valor thumbnailGames

Paws of Valor

Service dog training simulation promoting veteran mental health awareness through interactive gameplay.

UnityC#SimulationSocial Impact
Developer Productivity Tracker thumbnailTools

Developer Productivity Tracker

UE5 editor plugin tracking coding sessions, build times, and development metrics in real-time.

C++Unreal Engine 5Editor PluginAnalytics
Updated 3 months ago
Structured Logging Plugin thumbnailTools

Structured Logging Plugin

UE5 plugin providing structured JSON logging with categories, severity levels, and output targets.

C++Unreal Engine 5Editor PluginLogging
Updated 2 months ago
ATM Banking System thumbnailToolsPLAY

ATM Banking System

OOP inheritance-based banking simulator with checking, savings, credit accounts, and a "Rob the Bank" easter egg.

C++OOPInheritancePolymorphism
A* Path Planner thumbnailAIPLAY

A* Path Planner

Interactive pathfinding visualizer with BFS, Greedy, Uniform Cost, and A* algorithms on a grid.

C++AIPathfindingA*
Ms. Pac-Man AI Agent thumbnailAI

Ms. Pac-Man AI Agent

Autonomous game-playing AI using decision trees and ghost prediction for Ms. Pac-Man.

JavaAIGame PlayingDecision Trees
Vulkan Graphics Pipeline Labs thumbnailEngine

Vulkan Graphics Pipeline Labs

Progressive Vulkan API labs covering swap chains, shaders, textures, lighting, and model loading.

C++Vulkan APIGLSLDirectX
Spaghetti Relay thumbnailTools

Spaghetti Relay

Networked relay communication system demonstrating TCP/IP socket programming and packet routing.

C++NetworkingTCP/IPSockets
Concurrency Drinking Game thumbnailTools

Concurrency Drinking Game

Multithreaded simulation using mutexes, semaphores, and condition variables for concurrent resource access.

C++MultithreadingConcurrencyMutex
Multithreaded Reservation System thumbnailTools

Multithreaded Reservation System

Thread-safe gas station simulation with Car, Station, and Pump classes managing concurrent fueling.

C++MultithreadingOOPConcurrency