https://github.com/setanarut/ccae
Cyclic Cellular Automata Explorer
https://github.com/setanarut/ccae
cellular-automata cellular-automaton cyclic cyclic-cellular-automata cyclic-cellular-automation ebitengine fragment-shader golang-application
Last synced: 9 months ago
JSON representation
Cyclic Cellular Automata Explorer
- Host: GitHub
- URL: https://github.com/setanarut/ccae
- Owner: setanarut
- License: mit
- Created: 2025-04-24T16:29:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-24T19:03:45.000Z (12 months ago)
- Last Synced: 2025-06-13T02:43:28.674Z (10 months ago)
- Topics: cellular-automata, cellular-automaton, cyclic, cyclic-cellular-automata, cyclic-cellular-automation, ebitengine, fragment-shader, golang-application
- Language: Go
- Homepage: https://setanarut.github.io/ccae/
- Size: 4.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Cyclic Cellular Automaton Explorer (CCAE)

Online app -> https://setanarut.github.io/ccae
This table presents a collection of cyclic cellular automaton rules
along with their creators and rule notations. Each entry follows
the format `Range/Threshold/States/Neighborhood`, where:
- **Range** - defines the distance at which neighboring cells can influence the center cell,
- **Threshold** - specifies the required number of active neighbors for state transitions,
- **States** - indicates the number of possible cell states, and
- **Neighborhood** - (**M** = Moore, **N** = von Neumann) determines the geometric pattern used for neighbor calculations.
| Name | Author | Rule |
| --------------- | --------------- | ---------- |
| CCA | David Griffeath | `1/1/14/N` |
| Diamond Spirals | Jason Rampe | `1/1/15/N` |
| Perfect Spirals | David Griffeath | `1/1/24/M` |
| 313 | David Griffeath | `1/3/3/M` |
| Stripes | Mirek Wojtowicz | `3/4/5/N` |
| Boiling | Jason Rampe | `2/2/6/N` |
| Cyclic Spirals | David Griffeath | `3/5/8/M` |
| Maps | Mirek Wojtowicz | `2/3/5/N` |
| Perfect Spirals | David Griffeath | `1/3/4/M` |