Skip to content

thepeted/game-of-life-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life in React and Redux

An implementation of John Conway's Game of Life in React and Redux. View the demo.

Read the rules of the game on the Game of Life Wikipedia Page

You can click to add your own cells or generate a random grid. You can also step through one generation at a time or play/pause to automatically advance generations.

###Run on your machine###

Checkout this Repo and

> npm install
> npm start

The game will be running at http://localhost:8080/

About

An implementation of John Conway's Game of Life in React and Redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published