- Cyclic Cellular Automaton (see https://en.wikipedia.org/wiki/Cyclic_cellular_automaton)
- In 1 dimension
- In 2 dimensions
- Conway's game of Life
- Immigration game (Conway's game of life with 3 colors)
- Quad-Life (Conway's game of life with 5 colors)
- Langton's ant
- Various algorithms
bun install
bun run dev
Build for production with:
bun run build
...it will create a production build in ./dist
folder.
You can then preview the production build with:
bun run preview
Lint AND format with:
biome check --write .