Here are some of the miscellaneous projects I have made!

Galaxy Clock #

Tiny desktop widget made with raylib and C++ using the immediate mode rlgl api. No assets are used, all graphics are dynamically rendered with opengl.

Source code available on GitHub.

Flappy Alien #

Cover image for Flappy Alien showing an alien with wings passing between two green striped pillars.

Clone of FlappyBird made as part of the 20 Games Challenge from scratch using C++. It uses GLFW and OpenGL on desktop and custom WASM bindings with HTML canvas on web.

Play Here. Source code available on GitHub.

Qt Sudoku Solver #

Cover image for Qt Sudoku showing a gui with a solved sudoku board.

Desktop app that can solve any Sudoku puzzle instantly using a backtracking algorithm made with Qt. It can als generate new puzzles that are guaranteed to be have only one solution. It also features undo/redo and import/export of boards.

The solver and Sudoku logic is written in C while the UI is written in C++ with Qt. Solver algorithm inspired by Andrew Stuart.

Source code available on GitHub.

Work In Progress #

This page is still work in progress and does not include all the projects I want to show off.