eaczechova / Game-of-Life

Lambda School solo Build Week project developed using React.js and styled with styled-components and React Bootstrap.

Home Page:https://eaczechova.github.io/Game-of-Life/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game-of-Life

About Game

Conway’s Game of Life is a cellular automaton devised by British mathematician John Horton Conway in 1970.

A player interacts with the Game of Life by creating an initial configuration and observing how it evolves. The player can also use one of two predefined presets or just click Start button to have the initial configuration created by the program instaed.

The player can also changed color of the living sells and the speed in which cells move to the next generation. The chnage of speed can be done only when the game is paused or stopped.

Rules

  • Live cell with fewer than 2 live neighbors dies
  • Live cell with 2 or 3 live neighbors lives on to the next generation
  • Live cell with more than 3 live neighbors dies
  • Dead cell with exactly 3 live neighbors becomes a live cell

About App

It utlizes React.js with React Hooks, styled-components and React Bootstrap.

Here is the link to the game.

About

Lambda School solo Build Week project developed using React.js and styled with styled-components and React Bootstrap.

https://eaczechova.github.io/Game-of-Life/


Languages

Language:JavaScript 88.5%Language:HTML 8.2%Language:CSS 3.2%