Weirdly satisfying!
Zebbeni
Creator of
Recent community posts
It's not an installable package but you're free to cannibalize the code if you want. I'm mainly using Charm's golang libraries to chunk the different ascii / unicode characters together. You can find the main processing code in the ascii.go, unicode.go, and custom.go files here (sorry for the lack of documentation): https://github.com/Zebbeni/ansizalizer/tree/main/app/process
Hey, I'm so glad you like the game! The music is an audio clip I bought on soundsnap (where I also got all my sound effects) https://www.soundsnap.com/node/56238The composers who wrote that have a ton of stuff in different styles https://www.soundsnap.com/user/15042/library
I have a multiplayer HTML + Node.js + Socket.io game server being hosted through Modulus. https://alien-empire-48927.onmodulus.net/ Since all the game files are already sourced there, is it okay for me to upload an HTML file to itch.io with just an iframe that points to that url?

