Skip to content

A simple terminal program that displays Wolfram's 1D cellular automata

Notifications You must be signed in to change notification settings

Apollo-XIV/wolfram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Wolfram Rules

this is a simple python program that generates the output of different rules from Stephen Wolfram's 1D cellular automata. You can read more about them in his book, 'A New Kind of Science'. rule 30

Manual Installation

As of now, only a manual installation is available.

git clone https://github.com/Apollo-XIV/wolfram.git
cd wolfram
pip install -r requirements.txt .

thats it! you can now use the program.

Usage

Usage: wolfram [OPTIONS] [RULE]

Options:
  --lines INTEGER              the number of generations to run
  --width INTEGER              The width of the environment to use
  --align [left|centre|right]  Where to place the initial cell
  --help                       Show this message and exit.

rule 161

About

A simple terminal program that displays Wolfram's 1D cellular automata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages