# Game of Life

[_YouTube_ Watch on YouTube](https://youtu.be/MB43Sd0xJUE)

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. It is Turing complete and can simulate a universal constructor or any other Turing machine.

How to make Conway's Game of Life in Unity (Complete Tutorial) ⬜⬛ - YouTube

Tap to unmute

[How to make Conway's Game of Life in Unity (Complete Tutorial) ⬜⬛](https://www.youtube.com/watch?v=MB43Sd0xJUE) [Zigurous](https://www.youtube.com/channel/UCyaKsKqYTghxgAqywfefAzg)

Zigurous 27.8K subscribers

## Details

- **Difficulty** – Intermediate
- **Topics** – Cellular Automata, Tilemaps, Scriptable Objects
- **Version** – Unity 2021.3
- **Duration** – ~1hr 0min
- [**Source Code**](https://github.com/zigurous/unity-game-of-life-tutorial)
- [**FAQs**](https://github.com/zigurous/unity-game-of-life-tutorial/wiki)
