Your browser will no longer run
simulation models on RunTheModel.com

because it lacks support of the Java plug-in required to run Java applets.
Learn more at the official Java website.



Please use one of the following browsers that support Java technology:

Dismiss

Categories

The game of Life Reloaded - Games & Fun

The game of Life Reloaded

The game of Life Reloaded is an agent-based model, with discrete time and discrete space. You can play the original Conway's Game or two variations: Inmigration and QuadLife. The universe of the Game of Life is a two-dimensional orthogonal grid of square cells, each of which is in one of two possible states, alive or dead. Every cell interacts with its eight neighbours, which are the cells that are horizontally, vertically, or diagonally adjacent.

The initial pattern constitutes the seed of the system. The first generation is created by applying the Conway’s rules simultaneously to every cell in the seed—births and deaths occur simultaneously.

This model is interactive: you can click on a cell to toggle its state or select a pattern (still lifes, oscillators, spaceships and Methuselahs).

The model was created with AnyLogic - simulation software / Game simulation

Related Models