Unity, C#
Led a small team of artists, musicians, and programmers to realize a rhythm-platforming game over the span of 2 quarters; Nominated for and presented at the SGDA Summit 2022 showcase
Utilized Unity and C# to integrate a plethora of art, animation, script, and music assets
Defined API contracts for enemy, player, and game functionality to coordinate efficient team collaboration
Applied an observer design pattern via C# events to synchronize rhythm-dependent enemy and player behavior
Leveraged inheritance and finite state machine logic to support modular and situationally-responsive enemy behavior
WebGL, MongoDB, Express.js, Reacts.js, Node.js, CSS, JavaScript
Collaborated with 3 peers to construct an online, MERN-based platform for developing, sharing, and viewing GLSL shaders
Implemented an integrated shader IDE, supporting C syntax highlighting, 4 buffer and 4 texture slots, and an interactive shader preview window (including FPS/elapsed time, play/pause/restart, and fullscreen functionalities)
Incorporated comprehensive user interactions, including shader liking, link-sharing, commenting, and forking and user avatar customization
Architected backend infrastructure to store and access user profile info, comment/like data, avatar and texture images, and shader projects (stored as raw text and compiled at runtime via WebGL)
MongoDB, Express.js, Reacts.js, Node.js, CSS, JavaScript
Developed a MERN stack web app where users can search an original MongoDB database of over 250 workouts by target muscles and available equipment (via a REST API)
Architected full-stack functionality to allow users to create and save custom workout guides
Engineered a robust user system, with hashed passwords using Bcrypt and Google Oauth login using Passport; utilized JWT authentication for protected routes
Incorporated 3+ Materialize components, including cards, carousels, and tooltips for a more interactive user experience; leveraged the Materialize grid system for completely responsive styling on all device types
Unity, C#
Collaborated with a small team of artists, musicians, writers, and programmers to assemble a game over a 2-day hackathon
Exercised rapid learning ability, quickly learning Unity and C# over the course of the hackathon
Proactively orchestrated collaboration between teammates of diverse backgrounds; Exercised communication and leadership in determining blockers and project goals/requirements quickly
C embedded system
Built a C embedded system game utilizing an AVR microprocessor
Architected a finite state machine to control 4 game states and state periods
Incorporated an LED Matrix and LEDs for display and a button for user input; Produced sound effects and victory and game over songs through speaker output via pulse-width modulation
C++, SFML
Independently developed C++ game using Simple and Fast Multimedia Library (SFML)
Leverage finite state machine logic to implement robust game loop; Employed random number generation to randomize enemy size and spawn points
Incorporated original art, SFX, and music assets
C++, Valgrind, GDB
Collaborated with 2 peers to build a todo list application where users can create and manage hierarchies of tasks & task lists through command line
Leveraged file input and output to save users' login and task & task list data locally
Applied a Composite design pattern to fulfill recursive and hierarchical task/task list structure
Constructed a Factory design pattern to parse user save data and reconstruct a user's saved tasks & task lists
Conducted extensive unit testing of application using the Googletest framework; found and eliminated memory leaks using Valgrind