Skip to content

ahuth/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Cellular automata in React.

Conway's Game of Life

Setup

  1. Clone the repo with git clone git@github.com:ahuth/conway.git
  2. Install dependencies with yarn install
  3. Start with yarn start