My Portfolio
Pac-Man

Welcome to my version of the classic game Pac-Man! This was my first ever personal project and I coded it with a friend in my first semester of college. We used Java because of our prior experience with it. We split the code into 3 files: Main, Enemies, and Map. Main is where all of the action happens. The windows are created, the buttons pop up, the characters appear, the character movements are coded, etc. Enemies is where the ghosts are coded: all their movements and the difficulty settings. Map is where the walls are created. The parameters were the dimensions and coordinates of where they are placed. In the end, the code wasn't able to compile into an executable file with all the pictures in it. But still, I'm very proud of this project because of how much effort and dedication it took to create. I learned so much about teamwork and coordination and I hope to create something even better later.
Click here to see the code!!SBUHacks: Kouventa

Introducing Kouventa, the new messaging app of the future!! In my dreams at least :'). This was a project I created with a group of friends for Stony Brook University Hackathon 2021. We used PHP, HTML, and CSS because we wanted to learn a new language. We also tried to implement two-factor authentication using Auth0 and Twilio and tried to make a database for login information. Sadly we were unsuccessful and ended up using a txt file to store the entered messages. This was a really exciting project and the entire team enjoyed the experience.
Click here to see the code!!