Author: waterkat
-
Showing off Itch.io
If you want to see some game jam games I’ve worked on. You can find them here https://waterkat.itch.io/. I’ve done a variety of games and game jams, and would love to keep working on them. Highlights Lost Memories This was made for the Neuro-sama Birthday Game Jam – itch.io. I had lots of fun putting…
-
Updating AonyxBuddyVT
I had taken a break for university when developing AonyxBuddyVT. My goal now, is to get the ball rolling again. The largest change will be a transition from node command line application to a Tauri UI application, to create a more friendly user interface. It will also mean some major refactoring. This would mean: I…
-
-
New Utility Package
After rewriting my utils script for typescript one too many times, I finally decided to move my shared logic between NPM packages onto a public package! This package is likely to share a lot of logic with other packages, but the difference is… this one is mine. I added some Result Type I found myself…