Me

Derek Morey

Projects


Here are some of my projects in various stages of development.

This Website

Source

I 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.

Repl

Source

A simple C program I wrote that wraps a given command in an interactive shell. I mainly use this to wrap git to make it easier to interact with.

Breakout Game

Source

A 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.

RSS Feed Reader

Source

I built an RSS feed reader application for myself to keep track of interesting blogs and podcasts.

Cellular Automata

Source

A 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

Source

This 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

Source

The 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.