Games
As told in the Homepage, I am an Aspiring Game Developer. I have loved games since I was a child, and along the way developed a desire to create games. I started out with Scratch to learn the fundamentals, and moved onto Gdevelop when I outgrew Scratch and needed to make more complex games and publish them. Gdevelop has been a great tool and I would recommend it to anyone who wants to learn game development. As of writing this I have participated in 2 games jams so far and I enjoyed both a lot. Eventually, I plan to learn a more powerful engine, such as Godot, Ursina, or Unity to create larger and more interesting games. Below are the links to my different games on itch.io and gd.games :3
Wander
Wander is a small mobile styled, space themed high-score chaser built in Gdevelop. It's the first game I ever finished and published, although it has some bugs which I struggled to solve.
Moth Mayhem Demo
Moth Mayhem is a high score chaser where you guide a moth through a bird filled forest at night. You dont directly control the moth, but rather use a lamp (in the place of your mouse) to guide the moth in the direction you want, whilst avoiding owls spawning out of trees, and bushes firing thorns in circles. The game features music from OpenGameArt.org user Holizna. Its my first fully polished game, although its only a demo.
Overpowered Game Demo
This was my first ever submission to a game jam, and was submitted to the Gdevelop Big game jam #7. Its a puzzle platformer where you are too strong for your own good, and must carefully make your way across the levels whilst causing as little collateral damage as possible. Its not great, I would recommend playing something else.
Lab Loop
Lab Loop is a short, time limited lab simulator where you must infect petri dishes with the correct bacteria cultures to earn points. Fail to do so, and you lose time. It was made in 48 hours for the GMTK Game Jam 2025 and is the second Jam project I ever made. The bunsen burner sound was made by qubodup on OpenGameArt.org.
Python Projects
I am also learning non game development programming, and have been learning python for a while now. Although Im primarily a visual scripting developer at the moment, I plan to learn more proper programing languages like python and c#, and may put my projects with them here on this page.
Dnd-ssentials
DnD-ssentials is a small Dungeons and Dragons tool written in python using the customtkinter library. It features 3 tools which DnD players might find useful: A dice roller, A stats roller, and An inventory manager which saves to the device storage. Dnd-ssentials is also an Open Source project under the MIT license, meaning anyone is free to use the code or modify it.