Programming Projects
These are some of my programming projects. You can browse all of them over at GitHub.
-
Experimental Game Jams (2022)
Website where users can upload their own experimental video games. Each month there is a new theme and users must create a game that matches the theme (jams are currently on hiatus, but the website is still up).
HTML/CSS, PHP -
Puer Lang (2025)
Statically typed procedural C-style scripting language. Supports functions, data structures, dynamic arrays, and (simple) garbage collection. Written in C using Flex & Bison.
C, Flex, Bison -
Tuxmino (2022)
Highly moddable free open source falling block puzzle game. Written in C, but custom gamemodes can be written in Lua.
C, Raylib, Lua -
Gupta (2023)
A rogue-like with chess based movement. You can combine different segments of your 'chess piece' to alter your move pattern. This game was created in 2 weeks for a game jam.
C, Raylib -
Cats Cradle (2023)
A game made in one day for a game jam. The cat follows your mouse, make loops around mice with your tail in order to trap them!
C, Raylib -
Illuscribe (2023)
Application that allows you to present slideshows from plaintext files.
C, Xlib -
NoteWM (2023)
X11 reparenting & floating window manager. Supports some extended window manager hints so that status bars like polybar can function with it.
C, Xlib