/automata-py

A simple Python cellular automata implementation for simulating some of those focused on in Stephen Wolfram's books

Primary LanguagePythonMIT LicenseMIT

Automata

Binder Testing PyPi PyPi Status Supported Python

A simple Python (3.10+) implementation aimed at simulating some cellular automata, primarily those focused on by Stephan Wolfram, as I read along in A New Kind of Science, perpetually very much under construction.

To play with the latest semi-stable version, launch the demo notebook in Binder.

Example display

A related project covers some basics of Turing Machines.