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

https://github.com/hanzopgp/cellularautomata

Cellular Automata implementation.
https://github.com/hanzopgp/cellularautomata

cellular-automata university web

Last synced: 29 days ago
JSON representation

Cellular Automata implementation.

Awesome Lists containing this project

README

          

# CellularAutomata

## Presentation :

>Here is my php implementation of elementary cellular automaton, you can see the simulation of any law given a proportionality, a number of raws and columns and a rule number. This program is working in terminal and in browser.

## Use :

### Browser

- git clone this repository and host the php file.
- cellularAutomata%20.php?argument1=<>&argument2=<>&argument3=<>&argument4=<>
- argument 1 : proportion of cells on first line.
- argument 2 : number of columns.
- argument 3 : number of rows.
- argument 4 : number of the rule ( from 0 to 255 ).

### Terminal

- git clone this repository
- php cellularAutomata.php

## Links :

- https://en.wikipedia.org/wiki/Elementary_cellular_automaton