My Projects

This page is a collection of my personal projects, dating from 2021 (my senior year in highschool) to the present. Many of these are directly embedded into the website, allowing you to interact with them!
The World's Hardest Game v2

    This is my first game and large project that I've created, from fall 2021 to spring 2022. The game is a remake and expansion of a popular online game called the "The World's Hardest Game". The objective for the main gamemode is to reach the end of each level with a minimal amount of deaths (you die by touching the black obstacles) and collecting keys / points on the way. You need 3 keys to pass each level, and to unlock the final level, all of the points must be collected. There is a tutorial that explains this in the game in more detail, as well as another gamemode called endless mode, where the levels are randomly selected and the game will continue infinitely until you touch an obstacle. A leaderboard shows the top scores in this gamemode (and has live updates to a database), and the color theme can be changed as well. Both gamemodes have level selections that can be used to start at any level of your choice. Lastly, the game is complete with sound effects and a unique soundtrack for each level.

Feel free to try it below -- I challenge you to get on the endless mode leaderboard!

River City Reborn

     This project was created in the summer and fall of 2022 for the CESJ, a non-profit organization. The game is used as an educational tool on their website to spread awareness of the "just third way", an economic model that promotes investment and ownership for all.

Morse Code Compiler (morcc)

     This project translates any text file to and from morse code. If the text is C code, it will use the simple C Compiler that I made in a computer architecture course (Purdue CS250) to also compile the code into assembly.

morcc example
BoilerLiving - Purdue Housing Website

     This is a website that my team and I created for Boilermake X, an annual hackathon at Purdue. The website has a live chat with real-time updating reviews and ratings for each Purdue dorm hall using Google's firestore database on firebase.

boilerliving example
BoilerBlock - Redirect Blocker Browser Extension
boilerblock popup

     BoilerBlock is a browser extension made with google chrome's webrequest API that can block unwanted redirects from any website that the user chooses. The user can also add whitelists to allow redirects to go through but only for certain URLs. This was made for Boilermake XI with two other Purdue students.

boilerblock example
Descargo - Video Manager Extension

This project is a browser extension for firefox that allows you to download and process videos from almost anywhere on the web!

descargo architecture
descargo workflow