Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cobyj33/automata
A visualization of cellular automata rules in the web
https://github.com/cobyj33/automata
automata automata-simulator automata-theory conway conway-game conways-game-of-life for-blog game-of-life main-project simulator
Last synced: 11 days ago
JSON representation
A visualization of cellular automata rules in the web
- Host: GitHub
- URL: https://github.com/cobyj33/automata
- Owner: cobyj33
- License: mit
- Created: 2022-07-30T06:13:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T09:36:56.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T10:08:56.036Z (2 months ago)
- Topics: automata, automata-simulator, automata-theory, conway, conway-game, conways-game-of-life, for-blog, game-of-life, main-project, simulator
- Language: TypeScript
- Homepage: https://cobyj33.github.io/automata
- Size: 113 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Automata](https://cobyj33.github.io/automata)
An online simulation and editor for different Cellular Automata, Currently supports Life-like and Elementary cellular automata
![Maze, 2x2, Conway without Death, Seeds](public/examples.gif)
![Elementary](public/elementary.gif)[Visit the Page](https://cobyj33.github.io/automata)
## HelpIf there is any immediate fix that I should add, I would love to hear it and will put it in as quickly as I can
## Authors[@cobyj33](https://www.github.com/cobyj33)
## Version History
* 0.1
* Initial Release, supports both life-like and elementary cellular automata but is not the prettiest or most user friendly of ui's and controls