I submitted a game jam recently as part of the GMTK 2025 Game Jam. I created the game in around 72 hours. I admit it isn't very fun, but I achieved my goal of submitting something! Its only playable with a keyboard, but check it out!
Little Mads' Lily Pad is a simple browser game with one objective: Capture as many flies as you can before time runs out! The game was designed for the iPhone 6 and may not fit properly on all devices. It was made with the Pixi.js graphics library and JavaScript. This is the first game I ever "completed".
I made Tic Tac Toe with the Raylib graphics library in C++ (Requires two players). I had a few goals with this project: I wanted to become more comfortable consuming open-source libraries in C++ with CMake. I wanted to develop a game without the use of a game engine. I also wanted to develop the game to run on multiple platforms (Desktop, Web, and Mobile).