Conways's Game of Life in JavaScript using React
This is an implementation of Conway's Game of Life in JavaScript using the React library created as an exercise in behaviour-driven JavaScript development. Created by @basicallydan.
The Game
yarn start
Tests
yarn test
Contributing
If you'd like to contribute, that's great and I encourage it - I do, however, also encourage reading the contributing doc first. The golden rule for contributing is that you ensure that the tests are still passing before you make a pull request.