Skip to content

egeis/UnityCellularAutomata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLife

#Unity Simulation of Conway's Game of Life.

Conway’s Game of life is a Discrete model of 2 dimensional Cellular Automation devised by British mathematician John Horton Conway in 1970. The game is a “zero” player simulation starting from an initial state and then playing indefinitely until the simulation is halted by the observer. Advanced versions may include alterations to the rules, the addition of the depth changing the cellular automation to 3 dimensions, or the the addition of more states and rules.

#Unity Project This project is the development the two dimensional variation using the standard ruleset.

Built using Unity (verion) 5.3.6f1

This version is based on my previous implementation GameOfLife using Unity 4, I choose to fork and start an new version since everything except for the rules was being rebuilt.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages