Input your message, and the cipher will ciph(?) it! Only letters are supported at the moment, maybe I will add more v0.1: - Released v0.2: - Changed how the methods are IDed - Hid some variables for cleanliness - Tweaked some translations v0.3 - Change the Garbler's spites - Added animations for the Garbler - Added number support\ v0.4 - Changed it into a Caesar Cipher project - Renamed the Garbler to the Cipher (one who ciphs)
I felt like seeing if I was still good with list manipulation, and it turns out I am! The code takes each letter of the input and places them separately in-order into a list. The translator adds the corresponding translated character through checking a sheet, and the resulting list will be recompiled into a variable, which is placed into another list for copying.