/Game_of_Life

Primary LanguageJavaScript

Hi there! 👋

This is Conway's Game of Life using React.

pulsar breeder i-column

To do

  • Redo Tests
  • Fix placement of slider that allows the user to time-travel and scrub through any historical of generations that the model went through
  • Add an option for wrap-around
  • Add a preset selector that allows the user to initialize the board to certain cool configurations

Running it

Note: this project was bootstrapped with Create React App.

  1. Run yarn install in this directory to install the necessary packages.
  2. Run yarn test in a separate terminal pane to run the tests and keep them running live when files change
  3. Run yarn start to see your end result!