/game-of-life

Conway's Game of Life in your web browser. Mix-and-match famous patterns and draw new ones.

Primary LanguageJavaScript

Game of Life

A screenshot of Game of Life, showing Gosper's glider gun and a lobster spaceship

This is a web app that simulates Conway's Game of Life. You can edit single cells or place premade patterns from LifeWiki on the board. The app has about 1,000 patterns that you can search for or filter by type (oscillator, spaceship, etc.).

You can play Game of Life here or build it from source using npm:

npm install
npm run build -- -p
open dist/index.html