My Projects

C:/MyFirstWebsite/my_projects> dir

#5096 - Mario Maker 2 Level Archive Tool (48 Hrs.)
PHP, Python, and Javascript (ES6)

The goal of this project was simple, to make level data from the Nintendo Switch video game “Mario Maker 2” viewable with a web browser. To accomplish this, I use Python to control the game console, OBS to route live video footage, JS to parse video and act as an OCR, PHP to error correct, save & update parsed data into the database, and I use PHP to serve the website and generate the page templates and search.

#50227 - E-Mail to Snail Mail Converter (4 Hrs.)
Zapier, Javascript (ES6), and Link Coming Soon

During my regular session of attempting to grossly overextend webhooks, I thought of trying and gluing together a way to receive my email through my mailbox. I realized that it may not be as far-fetched as I assumed, and I quickly set it up. Just email [email protected], and I should see your message imprinted on a post card in less than a month!

#50101 - Text to Image Encryption (7 Hrs.)
Javascript (ES6)

As a kid we all try to come up with a made up secret language (or I’m weird and it’s just me). So obviously now when we’re adults we all try to overengineer the issue and make a JavaScript text to image encoder & decoder, and when we fail at that once we scrap it and come back a few years later with a fresh approach (ok pretty sure I’m the weird one now).

#50276 - Digitized – Settlers of Catan Board Game (120 Hrs.)
Javascript (ES6), HTML5, CSS, jQuery, and Link Coming Soon

This was my first big JavaScript project, and I will be the first to admit it shows. I spent forever and fully recreated the rules of “Settlers of Catan” board game, along with the hexagonal grid and all included logic. This was done solely with JavaScript & jQuery.