An interactive implementation of Conway's Game of Life using Svelte and Tailwind CSS.
Conway's Game of Life is a cellular automaton devised by mathematician John Conway in 1970. It follows simple rules:
These simple rules create complex emergent patterns and behaviors.
Once you've cloned the project and installed dependencies with npm install
, start a development server:
npm run dev
## Building
To create a production version of your app:
```bash
npm run build
You can preview the production build with npm run preview
.