Projects

A showcase of some of the things I have worked on / created over they years.

coverart

Project Flip

A small proof of concept platforming game I made with a friend in Godot 4. I did the programming side of things, the main concept of this game is the player has the ability to flip the world at 90 degree angles to complete levels.

A web playable version can be played here. (Will probably move to itch.io at some point)

coverart

Save the Bees

Another small proof of game. This time a small top down puzzle game. (Will move to itch.io at some point)

A PSP Vita version of the game can be downloaded form the releases section of my GitHub as a .vpk file.

coverart

lolite

lolite is an Azure Bicep orchestration tool. The main goal is to separate environment configuration from templates. This is inspired by the AWS Sceptre tool.

More details of this are available on the lolite GitHub Page.

coverart

Emlang

Emlang is a toy programming language I created as a leaning exercise. Emlang is an interpreted language build following along with the Crafting Interpreters book.

More details of this are available on the Emlang GitHub Page.