Skip to content

lsi117/gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Under the Microscope

alternateText

The Inspiration

I created this game based on Conway's Game of Life. There are some rules before making this "zero player" game that I've provided below, directly from the link above. Be sure to check out the link above for any additional information about the Game of Life.

Rules:

  1. Any live cell with fewer than two live neighbours dies, as if caused by underpopulation.
  2. Any live cell with two or three live neighbours lives on to the next generation.
  3. Any live cell with more than three live neighbours dies, as if by overpopulation.
  4. Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.

In addition to this being based on Conway's Game of Life, I've also had the inspiration to turn on of my artworks called, Cells into a real life game. I think that this was the best way to pull it off.

The Technologies

This is an application built with React.js. I figured that if i'm going to improve my skills in React.js that I could start with this.

About

Under the Microscope

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published