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 - Other...

The Game of Life

An implementation of Conway's Game of Life built with AnyLogic agent modeling framework with discrete time, discrete space, and Moore neighborhood model. The game is played on a field of cells, each of which has eight neighbors (adjacent cells). A cell is either alive or dead. The rules for deriving a new generation from the previous one include death because of loneliness or crowding, and birth in some particular neighborhood configuration. The agents in this model can be considered as cellular automata. This implementation is interactive: you can click on a cell to toggle its state.

The model was created with AnyLogic - simulation software / Academic

Related Models