A grid of random boolean values is evaluated against the rules for Conway's Game of Life.
Alan Zucconi film about Conway's Game of Life
Robert Wainwright, Conway's Game of Life: Early Personal Recollections
$ npm start
or
$ node src/main.js
or
$ deno run start
There are no build steps.
Install dev dependencies.
$ npm i
$ npm test
$ npm run lint