Update README.md
This commit is contained in:
parent
7fe8fa7f61
commit
72f8b3ecc2
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
# cellular-automaton
|
# cellular-automaton
|
||||||
This is an implementation of 256 elementary cellular automatons: http://mathworld.wolfram.com/ElementaryCellularAutomaton.html
|
This is an implementation of 256 elementary cellular automatons: http://mathworld.wolfram.com/ElementaryCellularAutomaton.html
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
```
|
||||||
|
./cellaut.pl <number of generations> <width> <rule number (0-255)> [num rules]
|
||||||
|
```
|
||||||
Example usage and output for rule 30:
|
Example usage and output for rule 30:
|
||||||
```
|
```
|
||||||
./cellaut.pl 10 30 30
|
./cellaut.pl 10 30 30
|
||||||
|
|
Loading…
Add table
Reference in a new issue