An open API service indexing awesome lists of open source software.

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.

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