About Me!
Resumé
Education
University of California - Berkeley
Aug. 2020 - May 2024
Computer Science, B.A.
Berkeley, CA
Relevant Coursework:
Work Experience
Amazon
May 2021 - Aug. 2021
Software Development Engineer Intern
Seattle, WA
Projects
Build your Own World - Designed a 2D video game with an interactive GUI using Java. Player controls an Avatar to collect all the coins before the enemies catch them. Enemies follow Avatar through an A* pathfinding algorithm. Video
Gitlet - Clone of git written in Java with support for terminal Git commands. Commands include init, add, commit, rm, log, global-log, find, status, checkout, branch, rm-branch, reset, merge, add-remote, rm-remote, push, fetch. Full Specification
Ants - Created a game similar to Plants vs. Zombies using Python. The Ants must attack bees and prevent them from entering their tunnel. Player places Ants using food that generates over time.