Recent Posts

P2P Graph Simulator - Part 2 - Simple P2P

less than 1 minute read

I’ve continued working on the P2P graph simulator and I have added directed connections and a random message delay. I’ve also finished implementing the most ...

P2P Graph Simulator - Part 1

1 minute read

For some time I’ve been wanting to start a project related to web development or networking, so I decided to create a chat application. The premise of this c...

Voxel Platformer

1 minute read

This past week I challenged myself to make a simple 3D voxel platformer from scratch in C++. I reused a small amount of code from my previous voxel experimen...