TheGame of Life, also known simply asLife, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.
The "game" 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, or, for advanced "players", by creating patterns with particular properties.
What To Do:
This implementation explores the properties of the simulation of a hexagonal grid, while following the same simple rules of the original:
Source code
Source code can be downloaded via my bitbucket: https://bitbucket.org/alexpech12/hexlife
Mirrored on GitHub: https://github.com/alexpech12/HexLife
Status | Released |
Platforms | HTML5 |
Author | rednax |
Genre | Simulation |
Tags | automaton,cellular,gameoflife,hex,life,mathematics |
Average session | A few minutes |
Inputs | Mouse |