life-game Simple console C++ implementation of the famous Game of Life. There are some details though: each cell has a life level - amount of times it was alive in a row; a cell cannot be alive more than 12 times in a row - it's life level will de decreased back to 0; cell's life levels are displayed, not just binary states. State of the field at each iteration is being saved to a file.