Skip to content

Simple Cellular Automata Generator Written in Python. Uses an HTML file to view the results

Notifications You must be signed in to change notification settings

cgreer/automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automata

Simple cellular automata generator written in Python.

Sample Output

Usage

In the ca.py file:

  • Edit the initialize_grid method of the CAGrid class to change initial conditions.
  • Edit the update method of the Cell class to change cell state rules.

run:

python ca.py

Results can be viewed in the browser by opening the results.html file.

About

Simple Cellular Automata Generator Written in Python. Uses an HTML file to view the results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published