Game of life
Conway's "Game of Life" implementation in Svelte.
How to run a project?
Prerequisites:
- Node.js version 20 or higher
To run the project, follow these steps:
# install dependencies
npm install
# start a development server
npm run dev
TODO
- Board type selection (random, chess, lines, empty etc.)
- Board size selection(?)
- Option to save and load the board???
- Optimize rendering the board.