Conway's Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It 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.
Tool | Description |
---|---|
React | JavaScript library for building user interfaces |
Typescript | JavaScript with syntax for types |
Tailwind CSS | A utility-first CSS framework |
yarn install
yarn start