Project for encoding and decoding binary. This will (eventually) be implemented into my games, allowing for game saves. At this time, this can only encode binary. Press w to encode binary
I was inspired by the save features of games such as Cookie Clicker and Idle Breakout, the latter of which encodes an int array into base64 as the "save code".