This Website!
It's certainly a work in progress, still. In the future, I'd like to improve the visual design, potentially by adding some animations.
Electronections
Electronections is a game where you use wires and logic gates to craft circuits, while squashing pesky bugs that get in your way. This game was created in 26 hours, by a team of three (including myself), utilizing the Unity game engine. Play the Web version here or the Window's version here.
STEAMPUNCH
In STEAMPUNCH, you assume the role of a steam-powered robotic knight with the capability to punch, smash, and grab. This game was created with a group of 5 over the course of a semester. The demo level is available to play here.
GPS Data Mining
I've used Python to clean, analyze and visualize raw GPGGA and GPRMC data. This data was used to determine the length of a trip, identify common starting spots for trips, and the amount of time spent driving uphill, among other features in the data. The cleaned data points were exported into a KML file to visualize the trips using Google Earth.
Domino Identification
I've used MATLAB's Image Processing Toolbox to identify and circle pips in an image of dominos. This was accomplished using image cleaning, binarization, morphology, and regionprops. With these tools, we were able to isolate dominos, then isolate the pips on these dominos, and circle the pips in the image. With this information, we also used Depth-First Search to find the longest number "chain" of dominos.