
Welcome to my blog! Where I write about my experience working with C++
-

This week as I was scrolling reddit, I came across an ad for Questner.ai. It advertised itself as an AI dungeon master capable of providing unique, replayable experiences for each player in any setting. In this post, I will recount…
-

Using Networking for LED Lighting Solutions in C++
Recently, my team and I had the opportunity to develop a software to gamify a room filled with LED floor tiles. These tiles were equipped with sensors to detect if there is any contact with the tiles much like playing…
-

A minimalistic approach to static reflection
I recently completed a team project which had me producing a game using a custom engine. Whilst developing the engine, it occurred to me that certain features, namely serialization, deserialization and runtime property editing, potentially become tedious to expand upon as…