Skip to content

⬜⬛ Learn to make John Conway's Game of Life in Unity.

Notifications You must be signed in to change notification settings

zigurous/unity-game-of-life-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

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.

  • Difficulty: Intermediate
  • Topics: Cellular Automata, Tilemaps, Scriptable Objects
  • Version: Unity 2021.3 (LTS)
  • Download
  • Watch Video