This app is a showcase for mathematical theory Game of life established by John Conway. 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. If you want to find out more check the link or video
- John Conway
- Redux for state management
- App is powered by React with create-react-app
- FreeCodeCamp