Skip to content

Shizounu/Game-of-Life

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%