Skip to content

gereleth/game-of-life

Repository files navigation

Game of Life

An app to play with Conway's Game of Life in the browser.

Made with Svelte 5.

Features

  • infinite canvas with zoom and pan
  • click/touch and drag to draw or erase cells
  • adjustable simulation speed
  • change birth/survival rules on the fly

Developing

Install dependencies:

pnpm install

Start a development server:

pnpm run dev