Conway's Game Of Life
pastebin get gjG6MXHq gol
Pastebin: Here
Conway's game of life is like a simulation of life that is made up of cells and four simple rules:
1. If a cell has less than 2 neighbors it dies.
2. If a cell has 2 or 3 neighbors it lives.
3. If a cell has more than 3 neighbors it dies.
4. If a cell has exactly 3 neighbors it is born.
This is a computer program that computes these rules and displays them.
Features:
Colored and non-colored mode (switched with spacebar)
Play / Pause (with enter)
Editing while it is computing.
Screenshots:
Introduction:
Colored Mode
Non-Colored mode















