Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esraaj-sarkar-gupta/cellular-automata
Using python to model several cases of cellular automata of varying complexity.
https://github.com/esraaj-sarkar-gupta/cellular-automata
cellular-automata
Last synced: 2 days ago
JSON representation
Using python to model several cases of cellular automata of varying complexity.
- Host: GitHub
- URL: https://github.com/esraaj-sarkar-gupta/cellular-automata
- Owner: Esraaj-Sarkar-Gupta
- Created: 2024-06-27T21:19:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T06:45:43.000Z (7 months ago)
- Last Synced: 2024-11-17T15:55:43.944Z (2 months ago)
- Topics: cellular-automata
- Language: Python
- Homepage:
- Size: 15.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.