How it works
Based on the classic cellular automaton Game of Life (GOL classic), the premise of GoL2 is similar, in that the players create an initial configuration on the grid and the cells will then evolve (give life or die) based on the game rules.
Grid:
The grid is the surface or points in space on which the game takes place. It’s a 2 dimensional grid made up of square cells
Cells:
Each cell has two possible states. Alive or dead.
Generations:
Each step in time is called a generation. Think of it as a moment in time where the grid is in a specific state. When the grid is evolved (changed to the next state) then the next generation is displayed.
Evolution, Energy + Cell Behavior:
Every cell interacts with its eight neighbors, which are the cells that are directly horizontally, vertically, or diagonally adjacent.
A useful way to think about this is that at any point in time each cell contains either a unit of energy (alive) or no energy (dead).
As the game is evolved through each generation the state of the cells on the grid is determined as follows:
Any live cell with fewer than two live neighbors dies, as there is not enough energy for it to survive.
Any live cell with more than three live neighbors dies, as there is too much energy.
Any live cell with two or three live neighbors lives, unchanged, to the next generation as there is sufficient energy to maintain life.
Any dead cell with exactly three live neighbors comes to life.
The are four primary differences between GoL2 and GoL classic:
The are four primary differences between GoL2 and GoL classic:
Let’s dig into each of them and explain how they work.
Infinite mode is a single game with multiple players and no end point. The goal is to give life to cells which in turn will change the course of the game for everyone who is playing.
Gameplay:
In order to give life you must first earn GOL tokens, here’s how it works:
Creator mode contains multiple games created by the community. You can observe these games or evolve them to earn GOL tokens. 10 GOL tokens gives you the ability to create (or spawn) your own game and share it with everybody.
Gameplay:
In order to create your own game you must first earn GOL Tokens, here’s how it works:
Each time you evolve the game in infinite mode a unique snapshot of your play is generated and stored here.
Gameplay:
Browse and share your personal unique GoL2 snapshots.