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.
- Host: GitHub
- URL: https://github.com/hanzopgp/cellularautomata
- Owner: hanzopgp
- License: mit
- Created: 2020-11-08T02:30:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T21:58:13.000Z (over 5 years ago)
- Last Synced: 2025-03-05T17:25:03.412Z (over 1 year ago)
- Topics: cellular-automata, university, web
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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