Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.3 KB

File metadata and controls

43 lines (24 loc) · 1.3 KB

Interactive Conway's Game of Life

Dot paths example

This project is an interactive implementation of Conway's Game of Life.

Features and functionality:

  • Pattern place - select from a set of included patterns, including still lifes, oscillators and spaceships. Place patterns into the grid mid-simulation.

Pattern placing example

  • Free draw - draw arbitrary patterns in the grid and watch them evolve and change when running the simulation.

Free Draw example

  • Randomize - create a random initial distribution of living and dead grid cells

Randomize example

  • 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

Tech