Skip to content

Latest commit

 

History

History
executable file
·
11 lines (7 loc) · 552 Bytes

README.md

File metadata and controls

executable file
·
11 lines (7 loc) · 552 Bytes

The game of life

Built with React and Redux this App is a 'cellular automaton' (invented by Cambridge mathematician John Conway in 1970)

The "game" is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves, or, for advanced "players", by creating patterns with particular properties.

###Install: sudo npm install npm start (development) npm run build (production)