mirror of
https://github.com/Aviortheking/game-of-life.js.git
synced 2025-04-22 10:52:11 +00:00
Update README
This commit is contained in:
parent
9640e55d48
commit
823b453999
14
README.md
14
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user