This game shows how to use an encoder (to build it, see inside) Special commands (after tutorial): See history: See encoded history Delete history: Deletes ALL of history Chain encode: Encodes multiple things at once Activate decoder: ??? Chain decode: Requires Activate Decoder End: Ends the program (or returns to Encoder/decoder)
The Code for the encoding is ASCII (32=1)* _____________________________________________ Shoutout to @griffpatch for the original encoder (I had to tweak it so it supports 1 digit line numbers) _____________________________________________ *32=1 means instead of space being 32, it's 1, and I basically subtracted 31 from everything.