This website works better with JavaScript
Home
Explore
Help
Sign In
mrkvon
/
cellular-encoder
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
1
Commit
1
Branch
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
cellular-encoder
HTTPS
ZIP
TAR.GZ
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.
Run a cellular automaton (
rule 30
tested and recommended).
Find the ASCII representation of each letter within the automaton's output.
Write down the coordinates of the letters.