https://github.com/defini7/cellularautomata
Cellular Automata and their types
https://github.com/defini7/cellularautomata
Last synced: over 1 year ago
JSON representation
Cellular Automata and their types
- Host: GitHub
- URL: https://github.com/defini7/cellularautomata
- Owner: defini7
- License: mit
- Created: 2023-06-22T09:29:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T19:09:34.000Z (over 2 years ago)
- Last Synced: 2025-01-23T04:41:18.747Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Cellular Automata
## Modes
- Rules (e.g. 110, 30, 184, 90)
- Conway's Game of Life
- Brian's brain
- Langton's ant
## Dependencies
[defGameEngine](https://github.com/defini7/defGameEngine)