From 823b453999e431c5799f2b96754defd5f65df310 Mon Sep 17 00:00:00 2001 From: Avior Date: Sat, 28 Sep 2019 03:07:00 +0200 Subject: [PATCH] Update README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e7df34e..3fb1485 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ 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