Projects
Here are some of my projects in various stages of development.
RSS Feed Reader
SourceI built an RSS feed reader application for myself to keep track of interesting blogs and podcasts.
Breakout Game
SourceA clone of the game Breakout I made using Python and PyGame. It includes multiple levels and a level editor. This was one of my early projects and working on it taught me a lot about Python.
Cellular Automata
SourceA simple website I made that generates cellular automata. I was inspired to make it after watching this episode of Fun Fun Function. I started off making it using pure JavaScript and the HTML DOM for the cells and later converted it to use Vue.js, TypeScript, and the HTML5 Canvas API for drawing.
Smash Bros Randomizer
SourceThis is a simple web app I made for my friends and myself for when we play Super Smash Bros. It randomly chooses the characters to play as and randomly chooses other settings as well.
Song Manager
SourceThe goal for the project is to make an app for musicians to manage songs, setlists, and lyrics. I also want users to be able to use the app to connect with other musicians.
This Website
SourceI built this website myself using the Metalsmith static site generator. I push my updates to GitHub where the site is automatically built and deployed to a server hosted at DigitalOcean.