Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 721 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 721 Bytes

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