Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 326 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 326 Bytes

Cellular encoder

Encode messages into ASCII within a 1-dimensional binary cellular automaton.

  1. Run a cellular automaton (rule 30 tested and recommended).
  2. Find the ASCII representation of each letter within the automaton's output.
  3. Write down the coordinates of the letters.