Skip to content

metreniuk/game-of-life

Repository files navigation

Game of Life

This is an explorable explanation (in progress) about the Conway's Game of Life.

  1. To see the canvas version of the game run npm run canvas.
  2. To see the interactive versrion of the game run npm run playground.
  3. To see the explorable explanation run npm run mdx.

The interactive version supports some of the following features:

  • By clicking on a cell, it becomes alive or dead.
  • By clicking on the copy button, the pattern is copied to the clipboard. After reseting the game (reset button) and clicking on the paste button the pattern from the clipboard serves as an initial state to the game. Copy the pattern from gosper-gun.txt file and paste it to the game. Press play to see the Gosper Glider Gun in action!

Main components

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published