Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 336 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 336 Bytes

Conway's Game of Life

implemented using Functional Javascript

  1. clone the repo
  2. yarn && yarn start
  3. yarn test to run the tests
  4. open your browser to http://localhost:8080
  5. click & drag on the grid to toggle cells

More info: Wikipedia