A variation on Conway’s Game of Life
- Run
npm install
in your terminal to install project dependencies-
NOTE: This is not strictly required to run the project as all dependencies are dev-only and for linting
-
- Run and of
npm run start
,npm run simulation
, ornode simulation.js
in your terminal to execute the simulation.