game-of-life.js/README.md
2019-09-28 03:07:00 +02:00

16 lines
361 B
Markdown

This pojecct is me building the [Game of life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) over a weekend
### how to run it?
```shell
yarn # install the dependencies
yarn build:prod
```
and open the index.html in your favorite browser!
### History
V1 finished in 2 hours
after it ther will be some optimisation and better handling of dead cells