About

Photo of Angelina Zhou

I am a curious Computer Science undergraduate at Cornell University, passionate about contributing to innovative solutions in the tech world.

Projects

Unity Project Thumbnail Play Icon
2D Adventure Game
Technologies: Unity, C#
  • 2D rouge-like game featuring dungeon exploration and challenging enemy encounters
  • Three interactive environments across forest, snow, and cave themed maps
  • Finite state machine design pattern to manage player and enemy actions
Sketchpad Project Thumbnail Play Icon
Etch-A-Sketch
Technologies: HTML, CSS, Javascript
  • Pixel art sketchpad to bring your imagination to life
  • Draw with a black, rainbow, or a color scheme of your choosing
  • Change grid dimensions and toggle on and off grid lines to customize drawing area
Calculator Project Thumbnail Play Icon
Calculator
Technologies: HTML, CSS, Javascript
  • Performs arithmetic operations with calculator buttons or keyboard inputs
  • Features a secondary memory display showing numbers and operations for easy tracking
  • Includes an AC button to clear all inputs and a CE button to clear most recent digit or operation
Image Compression Project Thumbnail
Image Compression
Technologies: Python, Matplotlib, OpenCV, Scikit-learn
  • Compress image to k unique colors using K-means clustering algorithm to reduce image file size
  • Identify the k most representative colors and replace the RGB value of all pixels to match one of those colors
  • Visualize and compare different values of k