Things I’ve made trying to put my dent in the universe.
I’ve worked on countless projects over the years, but the ones below are the ones I’m most proud of. While these aren’t open-source, feel free to visit their GitHub repositories to explore the code. If a project catches your eye, you’re welcome to fork it and experiment with your own improvements or customizations—I’d love to see what you create!
Recent Projects
Recent Projects

FPS RPG
A zombies-like shooter with role-play elements

RayTracer
A memory managed app compatible for both windows and linux

Flappy Bird
Neural network project that runs multiple AI agents

LazAR Tag
An android laser tag game using Geolocation API

Midnight Harvest
Collaborative game built from a customizable game engine

MineSweeper
3D minesweeper challenge
Other Notable Projects
JunkSpace
Unity 3D reimagining of a mining mechanic from a 2D mining game.
View repository
Meteor Mosh Pit
Coding Challenge - Asteroids in C++ with QuadTree Collision Detection.
Source code
Refacta Masta
Taking a flocking simulation from a uni project and refactoring the monolith classes.
Code samples
Chess AI
Chess AI framework. Target of MiniMax Algorithm.
AI implementation
Genetic Defence
Tower Defense application of a Genetic Algorithm.
Algorithm code
Memory Manager
C++ memory manager that allocates fixed-size memory blocks from pre-allocated pools.
Low-level code
Binary Sequence Search Tree
Minimalistic implementation of a recursive binary sequence search tree.
Data structure code
WebSockets Experiment
Testing the functionality of .Net 5 websockets.
Network code
Chat Client and Server
.Net chat and server project
Client/server code