https://github.com/xandkar/cellular-automata
Various approaches in various languages to various cellular automata.
https://github.com/xandkar/cellular-automata
cellular-automata forest-fire-model game-of-life
Last synced: 6 months ago
JSON representation
Various approaches in various languages to various cellular automata.
- Host: GitHub
- URL: https://github.com/xandkar/cellular-automata
- Owner: xandkar
- Created: 2012-07-21T08:06:20.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T15:54:34.000Z (about 3 years ago)
- Last Synced: 2024-10-19T03:06:29.334Z (12 months ago)
- Topics: cellular-automata, forest-fire-model, game-of-life
- Language: Erlang
- Homepage:
- Size: 358 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cellular Automata
=================I started-out wanting to try Conway's Game of Life, then got hooked and decided
to play with other automata rules as well.Summary
-------
| Automaton | Description |
|----------------|-------------|
| [Life] | http://en.wikipedia.org/wiki/Conway's_Game_of_Life |
| [Forest Fire] | http://en.wikipedia.org/wiki/Forest-fire_model |
| [Polymorphism] | Coexistence of different transition rules on the same grid |[Life]: life
[Forest Fire]: forest-fire
[Polymorphism]: polymorphism