mrkvon 92dc36d63b initial commit, bare working minimum 5 years ago
.gitignore initial commit, bare working minimum 5 years ago
README.md initial commit, bare working minimum 5 years ago
autosearch.py initial commit, bare working minimum 5 years ago
cellular.py initial commit, bare working minimum 5 years ago
main.py initial commit, bare working minimum 5 years ago
search.py initial commit, bare working minimum 5 years ago

README.md

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.