screamify

screamify

7 devlogs
5h 8m
•  Ship certified
Created by ali

A silly tool that encodes your URLs into a scream-like format to make them longer.

Timeline

Ship 1

1 payout of shell 71.0 shells

ali

about 2 months ago

ali Covers 7 devlogs and 5h 8m

I added some silly little interactions, wrote a README and fixed a funky bug where characters with character codes perfectly divisible by 20 wouldn't decode correctly after lengthening.

Everything looks a bit nicer now! I also added a shortcut to copy the link.

Update attachment

Updated the styling a tad! Unsure what else to add, really. It's basically working.

Update attachment

Links now redirect!

Earned sticker

Hell yeah, it works! It was some really dumb mistakes in certain (very important) functions. I'm happy!

Update attachment
ali ali about 2 months ago

thank you hannah hahahah

Hannah Hannah about 2 months ago

This is one of the funniest projects I’ve seen all summer

AAh! I've been trying to get decoding to work. It - for now - is not going well. That's alright, though, for I'll keep working on it!

Update attachment
Earned sticker

new project! I got the lengthening function working. the formula is basically this (pseudocode):
divider = 20
qty(a) = ((charCode - (charCode % divider)) / divider)
qty(h) = characterCode % divider

Update attachment