Skip to content

A zero player game based on rules by Sir John Horton Conway made with Vue3 having variable grid size by zooming in or out

Notifications You must be signed in to change notification settings

himanshupal/life-of-conway

Repository files navigation

Rules


  • Birth

    Each dead cell adjacent to exactly three live neighbors will become live in the next generation.

  • Death by isolation

    Each live cell with one or fewer live neighbors will die in the next generation.

  • Death by overcrowding

    Each live cell with four or more live neighbors will die in the next generation.

  • Survival

    Each live cell with either two or three live neighbors will remain alive for the next generation.

About

A zero player game based on rules by Sir John Horton Conway made with Vue3 having variable grid size by zooming in or out

Resources

Stars

Watchers

Forks