Skip to content

gelbzucht/cellular_automaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cellular Automaton

A Streamlit-based Cellular Automaton

Demo

ℹ️ This is an interactive cellular automaton simulation, realized in streamlit. Inspired by David Sumpter's book 'The Four Ways of Thinking' and his vivid description of Stephen Wolfram's 1D Elementary Cellular Automaton as version of John Conway's 'Game of Life' . Depending on the transition rules, one can create I) stable, II) periodic, III) chaotic or IV) complex behaviour.

📕 Book: https://www.goodreads.com/book/show/61242231-four-ways-of-thinking

⑇ Wolfram's Automaton: https://en.wikipedia.org/wiki/Elementary_cellular_automaton

🧬 Conway's Game of Life: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Setup

You can define

  • the number of cells
  • the number of transition rounds
  • the initial sequece of 0s and 1s.

Run

press "🎬 Start Simulation to generate your idivitual Cellular Automaton" sequence.

Example Result

About

A Streamlit-based Cellular Automaton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages