Welcome to my personal site. Currently this is being used as a landing page for my other projects:
Polymino

Polymino is a PC game available on Steam which was released on Early Access in November 2023, and I'm still actively developing. Originally, Polymino was a game I made for the Sega Genesis as an exploration of retro game development (programmed entirely in 68000 assembly). But when I realized the game had enough potential to stand on its own, outside the novelty of being made for 30-year-old hardware, I remade it for modern PCs with C++ and OpenGL. Check out the site for more details, or check it out on Steam. There's an official Discord server you can join too!
WebLC3

WebLC3 is an open source, web-based code editor, assembler and simulator/debugger for the LC-3 assembly language, which I developed with Andrea Abellera in 2022 for the University of Manitoba. Another colleague of mine, Zoey Kitt, added support for a subset of the ARM Thumb instruction set the following year. Since its creation, it's been used to teach low-level computing to hundreds of computer science students.
You can find the source code on GitHub. You can also find the instance hosted by the University of Manitoba here, and their fork of the repository here.