手机游戏> Go Life Simulator> 游戏攻略
Go Life Simulator
Go Life Simulator is a simulator based on "Conway's Game of Life". Conway's Game of Life defines rules by which "cells" are created or destroyed. If an empty space has exactly 3 neighbor cells, a cell is created. If a cell has fewer than 2 or more than 3 neighbor cells, the cell is destroyed. This simulator implements those rules and allows to manipulate the initial state of the simulation as well as changes in later stages. Additionally the rules themselves can be changed, depending on what kind of simulation you run. A few all cell-figures are implemented and can be accessed when holding a cell for a few seconds. But even those default figures can be edited once they are added to the current simulation. Furthermore colors and the size of the simulation can be changed. (Warning: depending on the size and rules, the game may use a lot of power.)