Here's a number of significant projects that I have worked on for the last few years.
Business card demo
đ Repository / đ° Article
A raycasting graphics demo that fits on the back of a business card.
bbbandit
A raycaster similar to Wolfenstein 3D written in QBasic.
Awkventure
đ Repository / đ° Article
A roguelike written in the text processing language/tool awk.
Statwebgen
A static website generator that I built to speed up development of my personal website. It takes a folder of markdown files and converts it into html, based on templates.
High school project
đ Repository / đ° Article
A summary of my high school project. I used a genetic algorithm written in Python to find good solutions to the travelling salesman problem. This article explains most of the steps involved.