Skip to content

Latest commit

 

History

History

Exercises — Code and Compression

Exercise 01 – Run Length Encoding

  1. Create a function to save a 400 x 400 pixel, grayscale image in RLE format
  2. Create a function to load a 400 x 400 pixel, grayscale image in RLE format

Exercise 02 – Delta Encoding

  1. Create a Turtle + Delta Decoder
  2. Create a Turtle + Delta Encoder

Exercise 03 – Glitch

  1. Use your Encoder / Decoder for Images or Turtle-Walks
  2. Glitch the Code
  3. Display the Result