39 lines
638 B
Markdown
39 lines
638 B
Markdown
# explorata
|
|
|
|
Explore 1D and 2D cellular automata, with a few bells and whistles.
|
|
|
|
## Project setup
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
```
|
|
npm run serve
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
### Lints and fixes files
|
|
|
|
```
|
|
npm run lint
|
|
```
|
|
|
|
### Customize configuration
|
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
|
### References
|
|
|
|
- https://natureofcode.com/book/chapter-7-cellular-automata/
|
|
- https://en.wikipedia.org/wiki/Hashlife
|
|
- https://plato.stanford.edu/entries/cellular-automata/supplement.html
|
|
- https://www.conwaylife.com/wiki/Cellular_automaton
|