Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 944 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 944 Bytes

Game of Life

December 2022

Google Lighthouse Score

Performance Score Badge Accessibility Score Badge Best Practices Score Badge SEO Score Badge

Description

Screenshot

The Game of Life, also known simply as 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. It is Turing complete and can simulate a universal constructor or any other Turing machine. Wikipedia