48 lines
727 B
Markdown
48 lines
727 B
Markdown
# explorata
|
|
|
|
Explore 1D and 2D cellular automata, with a few bells and whistles.
|
|
|
|
![rules73](./example.png)
|
|
|
|
## Project setup
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
```
|
|
npm run dev
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
### Lints and fixes files
|
|
|
|
```
|
|
npm run lint
|
|
```
|
|
|
|
### Format files
|
|
|
|
```
|
|
npm run format
|
|
```
|
|
|
|
### Customize configuration
|
|
|
|
See [Configuration Reference](https://vitejs.dev/guide/).
|
|
|
|
### 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
|
|
- https://conwaylife.com/
|