Skip to content

Using python to model several cases of cellular automata of varying complexity.

Notifications You must be signed in to change notification settings

Esraaj-Sarkar-Gupta/Cellular-Automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cellular automata are a type of program where an array of sequencially arranged cells are changed over every iteration purely based on the properties of each cell's immediately adjacent cells. Each cellular automata progresses based on a rule, simple or complex as it may be.

This project contains celluar automata of various complexities. Each directory contains the script for generating a model with its rule included as a .txt file. The General Case directory conatins the raw, rule-less script that may be used to generate cellular automata with custom rules.

Although some of these rules may be simple, they may produce unpredictable, globally complex patterns.

About

Using python to model several cases of cellular automata of varying complexity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages