------------------Basic explanation ----------------------- What is Encoding and Decoding? To encode is to put something into a code. To decode is to take out of code and put into understandable language. Now, we're encoding colours of the emoji into codes, and decoding codes into the emoji. In this project I made an own encoding and decoding system: 1 = White, 2 = Black, 3 = Yellow First the emoji is made from the codes (decoded), then, you can click 'encode'' to encode the emoji back into code! Hope you enjoy! ----------------------------- Notes ---------------------- I might make another emoji This project is originally made for a coding assignment All codes are made by me. ----------------- Further explanation ----------------- <> The codes are made in a list because it would be too long to make them into one value / variable. In the string valuable; the list, each item represents one line. Which there are 10 lines (rows) in the picture, and 10 items in the list. <> The blocks are made by 'stamping' them using the 'pen' extension. <> When you encode, you'll see a grey dot moving around the picture, that is what senses the colours of the picture, then it translates them into numbers. ---------------------------- Tags ------------------------ #encode #decode #emoji #game #tedrick #code #tedricksak #assignment