8000 GitHub - plexey/interactive-cgl: Interactive implementation of Conway's Game of Life
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

plexey/interactive-cgl

Repository files navigation

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

About

Interactive implementation of Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0