Skip to content

bamarsha/game-of-life

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published