This project is an interactive implementation of Conway's Game of Life, a Zero Player Game. App interface

#Features and functionality:


  • Pattern place
Choose from a set of included patterns and place the selected pattern into the game world:
  • Free draw
Draw arbitrary patterns in the game world and watch them evolve:
  • Randomize
Randomize the distribution of living and dead grid cells:
  • Play / pause simulation
  • Stepper - step through the simulation frame by frame.

#Running the project


First, install dependencies by running:
yarn install
And to run:
yarn start

Some of the tech I worked with on this project: