Skip to content

andreacarrara/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

React implementation of Conway's Game of Life, with a twist. Play with it here.

Showcase

Technologies

Project built with:

Installation

Clone the repository and run:

$ npm install
$ npm start

Inspiration

Project inspired by and dedicated to John Horton Conway.