ℹ️ 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
You can define
- the number of cells
- the number of transition rounds
- the initial sequece of 0s and 1s.
press "🎬 Start Simulation to generate your idivitual Cellular Automaton" sequence.