Exercise 01 – Run Length Encoding
- Create a function to save a 400 x 400 pixel, grayscale image in RLE format
- Create a function to load a 400 x 400 pixel, grayscale image in RLE format
Exercise 02 – Delta Encoding
- Create a Turtle + Delta Decoder
- Create a Turtle + Delta Encoder
Exercise 03 – Glitch
- Use your Encoder / Decoder for Images or Turtle-Walks
- Glitch the Code
- Display the Result