top of page
Here's some multimedia projects that are more or less finished, both personal and school-related!
For the projects that were class assignments, I would be happy to privately share the source code if you contact me directly!

Raytracer - Fall 2020
Project for CSCI 420 -Computer Graphics class, using C++ and OpenGL. Handles anti-aliasing and soft shadows.

Rollercoaster Simulation - Fall 2020
Project for CSCI 420 -Computer Graphics class, using C++ and OpenGL. The track was drawn by rendering catmull-rom splines, and the camera movements were calculated using vector math.

Heightmap - Fall 2020
Project for CSCI 420 -Computer Graphics class, using C++ and OpenGL. The program reads in an image and then output a heightfield depending on the image's pixel values. You can use the mouse and keyboard to control the camera transformations and how the heightfield is displayed (color, vertices, wireframe, mesh).

Game, Set, Match! - Summer 2020
UI/UX centric prototype made for Activision and Adobe's creative jam in May 2020, using Adobe XD! Entire prototype is located at link.

Game Engine - Spring 2020
Developed over the course of ITP 485 - Programming Game Engines class using DirectX11 and C++.

Doggo Run - Spring 2020
Endless runner prototype made with Junho Kim over the course of one week in Unity. Based off the given-prompt "Difficult". All art is done by me, while both of us contributed to design and engineering.

Snake - Spring 2020
A local-multiplayer snake prototype done over the course of a week, made in Unity by myself. Based off the prompt "Continuous Movement/Discrete Gameplay". Whoever is the bigger snake wins upon collision, and there are multiple items that have their own unique effects.

Biggy Piggy - Spring 2020
A financial investment + virtual pet game where you can feed your piggy bank your savings! Made for AthenaHacks 2020 with Ashley Su and Amy Yu. We won the "Best Financial Hack" award by PIMCO. I created all the art and used Adobe After Effect's puppet tool for animations. I also helped design the overall layout and app functionality.

Pacman - Fall 2020
Assignment for ITP 380 -Video Game Programming class using SDL and C++. I implemented all of the Ghost AI, including state changes and pathfinding using A*.

Zelda - Fall 2020
Assignment for ITP 380 - Video Game Programming, using SDL and C++. I implemented loading the level according to a .csv file, player movement, enemy instantiation, key pickup/door unlocking, and combat.
bottom of page