This project starts off without knowing any characters, then "learns" new characters, and is able to use them to encode new things! For example, if the AI knows the characters a and b, and you enter c, it will learn c. Then, if you enter the string abc, it will be able to use it's prior knowledge to encode the string without needing to learn any more characters!
This is 100% by me using my encode/decode engine. This engine is important because it can adapt to the length of the characters. For example, if the length of the characters is 99, then becomes 100, it will know to add an extra 0 because the encoded letters need to be 1 extra digit long. Features: ____________________________________________ . Encoding and decoding that adapts to add more or less 0s to encoded characters . Messages like loading animation . User Interface and success/fail calculations . Variables that let you know what's going on while it's happening ____________________________________________ Code is in the stage.