conway's game of life using redux - demo
- just npm install, and with a little bit of luck the prod version will open up in the browser
- click on a series of cells to form a pattern - (see wiki link above for ideas)
- click play
- change speed using the buttons in the top right for different effects
- if the game stalls click on a cell to kick things off again
- alternatively, pause the game, choose a few new cells, then play again
- game will pause when there are no cells left alive
- Hot reloading with EventSource is really handy especially when changing inline styles
- Redux dev tools are really great to get started and visualise your state
- Object.assign polyfill is...slow
- Being a good immutable developer and assigning to an empty object literal is...slow
- Chrome developer tools are even better now