Skip to content

grrowl/redux-game-of-life-scuttlebutt

 
 

Repository files navigation

#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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.9%
  • HTML 13.1%