Projects & Products

An incomplete (WIP) listing of software & apps I've created

Filter by tag


3D +
ASCII +
Alpine.js +
Animation +
Art +
Backend +
Blueprints +
Brython +
Bulma +
C++ +
CSS +
CSS Grid +
Capacitor +
DirectX +
Education +
Electron +
Firebase +
Games +
Horror +
Javascript +
Mobile +
Phaser +
Prototype +
Python +
Silly +
Stealth +
Text-Based +
Tools +
Turtle +
Typescript +
Unreal Engine +
p5.js +

DevProjects

A collection of my personal projects. You're looking at it right now. The page uses Bulma CSS and CSS Grid for layout. I built the tag/filter system using Javascript and Alpine.js. You can view the source code on GitHub.

Galactic Snake

Galactic Snake is a mobile friendly game about a giant robotic snake eating planets. It was originally developed as part of the Midwestern State University ACM Chapter's Spring 2021 Game Jam. It features authentication and a synchronized scoreboard in addition to its gameplay.

Goblin Trap

A prototype stealth horror game built in Unreal Engine 4. I made this for 3D Game Programming at UNT. The game takes place in a dark, mysterious dungeon. In one section of the crypt, you will be pursued by a goblin dressed in gladiator armor. The game is incomplete. There is not a win condition. (Hence why I called it Goblin Trap)

Insult Me!

My class of 5th/6th graders was making a pretty silly insult generator project to learn about arrays. (Inspired by Nick Morgan’s book, “JavaScript for Kids”) I decided to make my own version. Then I decided to add emojis. Then cycling insults and a pause feature and - well it got out of hand. Enjoy!

Knights Tour

The Knight’s Tour puzzle implemented as a C++ Console Application. (Styled as a game, not a solver) This program was created when I was teaching Data Structures & Algorithms and was used as an in-class review.

Odin Grid

Odin Grid is a dynamic, customizable game grid for any and all digital tabletops. No need to get a video editor. No need to tape a plastic grid over your screen. Just launch Odin Grid and you are good to play

Space RPG

Space RPG was originally developed by a friend and student of mine for my summer game design course. After the assignment was completed and graded, I took an interest in it. I helped flesh out gameplay and visuals to make it an overall more enjoyable experience. The game is a bit like bejewled with some scary monsters and a space cowboy thrown into the mix. (Thanks to Zachary Kingcade, the primary author of the project)

Spire Panic

A downloadable tower-defense-like game for Windows featuring cute hats, lasers, and more. I wrote this for a game development class at UNT. We used a barebones engine, made by the professor, which served as a minimal wrapper for DirectX. This may not be my best, but it was probably the hardest game project I have ever worked on and I love it.

TrIO

C++ library designed to streamline the use of unicode, colors, and unbuffered input in the terminal. Make everything from menu-driven programs to simple games without the complexity of GUI or graphics libraries. (Linked below is the GitHub repository for TrIO and the page for TrIOLife, which is a project built with TrIO)

Turtle Art Show

Turtle Art is a repository of small art & animation projects I have made using Python’s Turtle module. It is mostly spirals and other patterns that can be generated out of looping commands.