By @transdryad • 18.55 hrs
Chime-Lang is an interpreter for my new programming language chime. The language is written with chords in MIDI files. The interpreter is written in Java, and I made it over the course of about a week. I apologize in advance for the video quality-this isn't an easy project to demo. And for the demo link, as well
By @transdryad • 7.5 hrs
Chime-trans is a transpiler/assembler that can assemble pseudo-assembly code into a valid chime-lang midi file for easier development. It supports functions, labels, and a variety of other QOL features. I was inspired to make this because writing code in MuseScore while looking back and forth at a table of chords isn't very efficient. This was, again, made in java. I apologize for my continued bad demo videos.
By @transdryad • 40.37 hrs
RougeLand is a simple, minimalism roguelike game. There are monsters to fight, loot to gather, and potions to increase your health. In an infinite dungeon, what more could you want? I made RougeLand with C++ libTCOD, and NeoVim. Memory unsafe languages were a bit of un adjustment for me, but it turned out great.