vlada123m22 / GameOfLife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:HTML 74.2%Language:C# 25.8%