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!

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