A silly tool that encodes your URLs into a scream-like format to make them longer.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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.
Hell yeah, it works! It was some really dumb mistakes in certain (very important) functions. I'm happy!
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!
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
thank you hannah hahahah