Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.35 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.35 KB

#Redux Game of Life

(redux-scuttlebutt edition)

This is a version of Redux Game of Life modified to work with a distributed store, using redux-scuttlebutt. Most notably, we've removed some features not designed to work with such a model and improved the purity of existing actions (for example, GridActions' RANDOM now includes a seed in the payload, so it can produce deterministic results)

Learn more about redux-scuttlebutt, or check out the repo.


An educational implementation of Conway's Game of Life using React and Redux

Features Redux and hot module replacement using the brand new React Transform by Dan Abramov

Check out the demo

install dependencies

$ npm i

start developmnent server

$ npm start

see it running on localhost:3000

License

js-standard-style