Skip to content

PicoJr/cell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elementary Cellular Automaton

TL;DR: display elementary cellular automaton.

Usage

See python3 main -h

Example

Rule 110 produces triangle patterns.

python3 main.py 110 8 example

0   _##__#_#_####____##____#_##_##_#_###_____##_##___##__#_#
1   ###_######__#___###___############_#____######__###_####
2   #_###____#_##__##_#__##__________###___##____#_##_###__#
3   ###_#___#####_#####_###_________##_#__###___#######_#_##
4   #_###__##___###___###_#________#####_##_#__##_____######
5   ###_#_###__##_#__##_###_______##___######_###____##____#
6   #_#####_#_#####_#####_#______###__##____###_#___###___##
7   ###___#####___###___###_____##_#_###___##_###__##_#__###

Releases

No releases published

Packages

No packages published

Languages