Project Gallery
This is my project gallery, showing off what I have created.
Note: I am still building this. Largely I need to take inventory of it all and capture some screenshots of my work and adjust the site to a bit. There is pong here cause I had images for that already.
The most up-to-date place to view the projects I am working on is on my Codeberg or GitHub profiles.
2023
-
2048 :: Terminal based 2048 game in various languages.
-
Advent of Code :: My attempts at solving problems from Advent of Code.
-
Cortex Library :: A library of general purpose types, classes, functions, algorithms, utilities and other components for C++.
-
Lispy :: A simple interpreter for a Lisp-like language
-
Pong Clone :: Built using SFML and my own Crank Framework
-
Crank Framework :: A simple state management framework.
-
SAV :: A Sorting Algorithm Visualizer