CASE
STUDIES
// A deep dive into my technical architecture
Virtual Wardrobe
A comprehensive MERN stack application designed to automate fashion suggestions. It incorporates custom AI-driven algorithms to recommend outfits based on user-supplied wardrobe inventory, taking into account seasonal data and color theory logic.
View Source Code
Space Shooter
Object-oriented 2D arcade shooter featuring real-time broad-phase collision detection and optimal memory pooling for entity management.
Source Code
ASM Racer
Bare-metal racing game programmed exclusively in Assembly language utilizing direct hooks into hardware interrupts and video memory.
Source Code
Pseudo Colorization
Python application relying on OpenCV matrices to perform histogram equalization and automated pseudo-color mapping for astronomical imagery.
Source Code
Match-3 Engine
Puzzle parser implementing Depth-First Search over a 2D matrix to calculate chain-reaction cascades and optimal matching algorithms.
Source Code